Microsoft KB Archive/70837

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:58, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRSQL9103017: Cannot Pass @@Version to a Stored Procedure ID Number: Q70837

1.10 OS/2 buglist1.10

Summary:

PROBLEM ID: PRSQL9103017

SYMPTOMS If the global variable @@VERSION is passed as a parameter to a stored procedure, SQL Server will GP-fault.

RESOLUTION @@VERSION does not need to be passed as a parameter. Access the global variable from within the stored procedure.