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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Converting the tables to Unicode

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 ...'.
Go to Top of Page
   

- Advertisement -