I have a varchar type coulmn in my table I need to convert it to Nvarchar, but it shows an error that I have to remove from the table and recreate it :) any advice !!
Does this work:
ALTER TABLE my_table ALTER COLUMN my_varchar_column NVARCHAR(32)
There is a setting that prevents SSMS from saving changes that need to be reset and recreated.
You will find the setting in "Tools - Options - Designers".
Source: https://habr.com/ru/post/1346850/More articles:detect / receive notification if shift key (modifier key) is pressed in uitextview - uikeyboardautocomplete text field for .net with separator support - textconditional visibility jquery - jquerydisable the ubuntu 10.10 splash screen with the command - ubuntu-10.10CSS3 Templates - What is Possible? - cssHow to add a Click event to an ellipse in code? - c #Google Static Map API, how to specify maximum zoom level - google-mapsWCF Service Deployment - c #SQLite installation issue with Visual C # 2010 - c #google docs spreadsheet asp.net - asp.netAll Articles