Is it possible to increase the default value length of string values from nvarchar(1000) to something higher?
So that I don't need to edit the tables in SQLEXPRESS each time I recreate the tables.
Is it possible to increase the default value length of string values from nvarchar(1000) to something higher?
So that I don't need to edit the tables in SQLEXPRESS each time I recreate the tables.