SQL Server
SQL Server - Personnel Learning notes (Start from basic)
Pages
Home
SQL Learning Resource
SQL AlwaysOn References
SQL Troubleshooting Resource
Script
SQL Article - reference
Topic read/view
Showing posts with label
SQL 2005 Schema
.
Show all posts
Showing posts with label
SQL 2005 Schema
.
Show all posts
Wednesday, November 26, 2008
Default Value
Add default value in table schema
alter table [table_name]
add CONSTRAINT [DF_tableName_columnname] DEFAULT (0) for columnname
Older Posts
Home
Subscribe to:
Comments (Atom)