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 !!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Does this not work:
|
|||||
|
|
|
There is a setting that prevents SSMS from saving changes that requires tables to dropped and re-created. You find the setting in Tools - Options - Designers.
|
|||
|
|
