I'm stuck on a little not understanding problem.
I'm using the MS SQL Managment Studio 2008. I have a brand new database with table X.
X has 3 Columns:
- ID, uniqueidentifier, not null
- username, nvarchar 50, not null
- password, nvarchar50, not null
Now I save. Now I set the ID to primary key - no problem with saving.
Now I add a column: Email, nvarchar 50, not null - when I now try to save, I can't do it, because it tells me for saving the table must be deleted and new created.
I don't understand this, in SQL Server 2005 I'm sure, that is easy possible to add a row like this ?!