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 ?!

saving changes after table edit in sql server management studio


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -