I am stuck on a slightly obscure issue.
I am using MS SQL Managment Studio 2008. I have a new database with table X.
X has 3 columns:
- ID, uniqueidentifier but not null
- username, nvarchar 50, not null
- password, nvarchar50 but not null
Now I save. Now I set the identifier to the primary key - no saving problems.
Now I am adding a column: Email, nvarchar 50, not null - when I try to save now, I cannot do this because it tells me that in order to save the table, it is necessary to delete and create a new one.
I don’t understand this, in SQL Server 2005 I’m sure it’s easy to add such a line ?!