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.
Author |
Topic |
sg2255551
Constraint Violating Yak Guru
274 Posts |
Posted - 2012-01-27 : 03:01:38
|
hiI have a source table called Source and i have a record 'Avantical'I need to update 3 records on my destination table called Destination with 3 records to all 'Avantical''Avantical Co''Avantic Inc''Avantically Ltd'How should i go about it? Thanks a lot and sorry for any convenience caused. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-01-27 : 08:37:25
|
is it only above three records? or you want any data with Avantical pattern inside it to be changed?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
sg2255551
Constraint Violating Yak Guru
274 Posts |
Posted - 2012-01-27 : 10:56:36
|
ThanksYes, i want andy data with Avantical pattern inside it to be changed. |
 |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|