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 |
|
maevr
Posting Yak Master
169 Posts |
Posted - 2008-01-08 : 04:35:41
|
| I hava at large database and I need to search all tables for the string 'NaN' and replace it to null to enable conversion.Is there any way to do this so that i do not need to write an update query for every column?Would appretiate an example if anyone knows how to manage this.Thanks! |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
maevr
Posting Yak Master
169 Posts |
Posted - 2008-01-08 : 06:54:34
|
| Thanks!I altered it to do an update and it worked. |
 |
|
|
|
|
|