How do you add a column, with a default value, to an existing table in SQL Server 2000/2005?
|
1
|
|
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
Mainly using SQL Server Enterprise Manager - it's simple. :D |
||
|
|
|
|
Beware when the column you are adding has a |
||
|
|
|
|
i have already added a column in the table and now want to get the data in that column from another table in another database. can i do this? if yes then how? |
||
|
|
Here is a link that has all of the alter table syntax: http://doc.ddart.net/mssql/sql70/aa-az_5.htm EDIT: Accidentally hit submit. And markdown ate my brackets. |
|||
|
|
|
|
|
|||
|
|
|
|
That one has to work.
Shure you have to set up a linked server if your source database is on the another SQL Server instance. And possible you need unique constraint or primery key on ColumnID. More info here: http://msdn.microsoft.com/en-us/library/ms177523.aspx |
||||||
|
