DataType Change in Databases to support multilanguage

i need to change the production database structures with multi language Support , datatype from VARCHAR to NVARCHAR in all SQL Objects

SQL Objects: Tables, Functions, Stored Procedures

Some of production Tables with 15 Croces records with 10 indexes

 could anyone suggest me, how to change the entire databases through SQL scripting


September 13th, 2015 5:33am

I would use Aaron's stored procedure to look for VARCHAR as a string ( to be replaced with NVARCHAR)

http://sqlblog.com/blogs/aaron_bertrand/archive/2011/10/06/a-handy-search-procedure.aspx

Free Windows Admin Tool Kit Click here and download it now
September 13th, 2015 5:39am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics