Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's the difference?
Message
De
04/09/1999 14:43:27
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
What's the difference?
Divers
Thread ID:
00261530
Message ID:
00261530
Vues:
57
In a stored proc, what would be the difference between the following statements?

SELECT cretvalue="string value"

and

SELECT @cretvalue="string value"

and

SELECT cretvalue as @cretvalue

The statements show up numerous times in stored procs that I am trying to debug. I know that '@cretvalue' refers to a local variable, but 'cretvalue' is never initialized anywhere in any of the sp's that I can see.
L.A.Long
ProgRes
lalong1@charter.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform