Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Replace Function

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-11 : 08:18:07
Arati writes "i have to write an insert trigger on a table so that when the row gets inserted, check for emailaddress field and if it contains a lowercase x, replace it with a underscore. I have used the Replace function but the Replace function is not case sensitive, so it will replace any Uppercase X also that it finds to an underscore. Is there a better way to do this?"
   

- Advertisement -