Hello, I am in a situation where I must update an existing database structure from varchar to nvarchar using a script. Since this script is run everytime a configuration application is run, I would rather determine if a column has already been changed to nvarchar and not perform an alter on the table. The databases which I must support are SQL Server 2000, 2005 and 2008.
|
|
The following query should get you what you need:
|
||
|
|
|
|
You can run the following script which will give you a set of ALTER commands:
There are, however, a couple of quick caveats for you.
But those should be easily doable with this template. If you want this to run automagically you can set it in a |
||
|
