Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable declaration
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Variable declaration
Miscellaneous
Thread ID:
00679558
Message ID:
00679558
Views:
47
My problem is at TSQL level. It seems that variables used in TSQL code at this location need to match (case wyse) the declaration. Here is my example:

DECLARE @MyVar int

SET @myvar = 0

Will bomb at execution time.

By changind the case to match the variable declaration, things where back to normal...

I' m surprise of this, I don't know if I've missed a good show here, but this comes as a shock to me...

Any clues/orientations/quick fixes for me ?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform