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 |
rbalaji_it
Starting Member
1 Post |
Posted - 2007-05-06 : 08:53:00
|
hi,Pls let me know the code to convert the Non unicode tables in the database to Unicode.that is varchar to Nvarchar etc |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-05-06 : 22:16:52
|
Use 'alter table ... alter column ...'. |
 |
|
|
|
|