|
|
Browse by Tags
All Tags » .NET » C# » convert
-
Hi all,
I am working on a project to convert an SQL Server database to Unicode. I need to write a routine that will change stored procedures and functions. I would like a regex pattern to match all occurrences of CHAR, VARCHAR, and TEXT and then replace them with NCHAR, NVARCHAR, and NTEXT. The expression must ignore those instances ...
|
|
|