Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparison in SP
Message
From
17/06/2021 04:36:47
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01681262
Message ID:
01681282
Views:
37
Likes (1)
It really depends on the codepage used for the database.

By default the database is set to "case insensitive"
This means that 'walter' and 'WALTER' are equal.

In that case, the is no need to use UPPER() at all

Walter,




>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform