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 |
|
KingCarlos
Yak Posting Veteran
74 Posts |
Posted - 2010-03-26 : 00:33:46
|
| I have the following data in the field mystreetline 1 line 2 line 3which appears in the application like line 1 line 2 line 3Now if I use the following SQLScript update contactsset mystreet = 'line 1line 2line 3'where contactid = '_x01234'The data will appear as Line 1Line 2Line 3Is there anyway to be able to do this as a bulk SQL Script??? |
|
|
pk_bohra
Master Smack Fu Yak Hacker
1182 Posts |
|
|
|
|
|