Quantcast
Viewing all articles
Browse latest Browse all 91

Answer by Mohammad Reza Shahrestani for How to add a column with a default value to an existing table in SQL Server?

Right click on the table name and click on Design, click under the last column name and enter Column Name, Data Type, Allow Nulls.

Then in bottom of page set a default value or binding : something like '1' for string or 1 for int.


Viewing all articles
Browse latest Browse all 91

Trending Articles