Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is this correct UPDATE and REPLACE?
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Is this correct UPDATE and REPLACE?
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01550408
Message ID:
01550408
Vues:
71
Hi,

I need to update a column as following. Where there is an entry '\\OLDSERVER\' I need to replace it with '\\NEWSERVER'. Here is what I tried in SSMS:
update MyTable set MyField = REPLACE( MyField, '\\OLDSERVER\','\\NEWSERVER\' ) where len(trim(MyField)) > 0
UPDATE: It works. I misspelled a word.
"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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform