I have a table has a coulmn of type varchar I need to convert it to Nvarchar but it shows an error that I have to drop the table and recreate it :) any advice !!
Does this not work:
ALTER TABLE my_table ALTER COLUMN my_varchar_column NVARCHAR(32)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With