Can I remove the default constraint columns in SQL SERVER?

Answer Posted / yvbchowdary

yes u can delete the default constraint. First find out the
constraint name for the default and then execute the
following quey

alter table <table-name> drop constraint <constraint-name>

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain differentiate between a having clause and a where clause?

510


How to download microsoft sql server 2005 express edition?

572


What does Master database contains?

624


What command do we use to rename a database?

609


Mention the differences between having and where clause.

551






you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration

548


Tell me what is the significance of null value and why should we avoid permitting null values?

547


Can you get second highest salary from the table?

551


Explain Geography datatype in SQL Server

627


Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

577


What is constraints and its types?

497


What is the purpose of sql profiler in sql server?

509


How to add a new dsn with the odbc driver for sql server?

547


how would you troubleshoot blocking? : Sql server database administration

518


How is a full-text index updated?

535