Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparison in SP
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Comparison in SP
Miscellaneous
Thread ID:
01681262
Message ID:
01681262
Views:
37
I have changed this post a couple of time. And now, after all, I decide to ask the question:

Does it matter if the SQL Select (in stored procedure) is
where upper(@SID) = upper(SID)
or
where upper(SID) = upper(@SID)
That is, if a variable is compared to the field or the other way around.

The @SID is the passed value and the field name in the table is SID

TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform