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


Please Help Members By Posting Answers For Below Questions

Explain indexes disadvantages?

633


What is the Main Difference between ACCESS and SQL SERVER?

646


What is attribute relationships, why we need it? : sql server analysis services, ssas

581


What are transactions in sql?

631


What is inline table-value user-defined function?

690






What is the purpose of floor function?

639


What are the steps you should follow to start sql server in single-user mode?

557


How to delete an existing row with delete statements in ms sql server?

662


what is a correlated sub-query? : Sql server database administration

570


How to list all triggers in the database with sys.triggers in ms sql server?

633


you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?

683


What are the elements of dbms?

629


When to use null data driven subscription?

170


How do I port a number to sql server?

597


How do I find query history in sql server?

583