Can I remove the default constraint columns in SQL SERVER?
Answer Posted / vikas
Default is constraint and to drop any constraint in sql server
syntax is same
Alter Table TableName Drop Constraint ConstraintName
visit :
http://www.tutorialsqlserver.com/Create/Default-Value-in-Sql-Server.htm
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
What is the server name in sql server?
Can you get second highest salary from the table?
What objects does the fn_my_permissions function reports on? : sql server security
Explain what is row_number function?
Explain about SQL server 2005?
What is mean by candidate key?
Explain what is lock escalation and what is its purpose?
Where is my database stored on the hard disk in ms sql server?
How to delete multiple rows with one delete statement in ms sql server?
What is a fan-out query in SQL Azure?
How would you choose between a clustered and a non-clustered index?
What is normalization process?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
List out a number of the wants to setup a SQL Server failover cluster?