Microsoft KB Archive/70832

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:29, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q70832 to Microsoft KB Archive/70832 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRSQL9103012: SPACE(NULL) Will GP-Fault SQL Server 1.10 ID Number: Q70832

1.10 OS/2 buglist1.10

Summary:

PROBLEM ID: PRSQL9103012

SYMPTOMS Calling the SPACE() function will GP-fault SQL Server 1.10.

CAUSE If the SPACE() function is called with the syntax “SPACE(null)”, the server will GP-fault.

RESOLUTION Pass a temporary variable that has been set to null. For example, “SPACE(@tmp)”, where @tmp has previously been set to null.