SQL Server 2008: Can not save because table must be deleted and newly created to save? -
i'm stuck on little not understanding problem.
i'm using ms sql managment studio 2008. have brand new database table x.
x has 3 columns:
- id, uniqueidentifier, not null
- username, nvarchar 50, not null
- password, nvarchar50, not null
now save. set id primary key - no problem saving.
now add column: email, nvarchar 50, not null - when try save, can't it, because tells me saving table must deleted , new created.
i don't understand this, in sql server 2005 i'm sure, easy possible add row ?!
Comments
Post a Comment