Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update syntax with Replace and Cast
Message
From
06/04/2015 15:20:20
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Update syntax with Replace and Cast
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01617831
Message ID:
01617831
Views:
48
I have an update command like this:
UPDATE EmailTemplate SET Subject_E=CAST(REPLACE(CAST(UPPER(Subject_E) AS NVarchar(MAX)),'[OldMemberTableName]','[Member]') AS NText)
This works but it is case sensitive.

If "OldMemberTableName" is like "OLDMEMBERTABLENAME", it will not be replaced.

I tried inserting UPPER( syntax in there but it never replaces it properly.

How can I make such command case insensitive?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform