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

Write a SQL query in order to merge two different columns into single column?

724


What is field with example?

590


Define a cross join?

679


Explain something about security and SQL Azure?

96


Explain what is lock escalation and what is its purpose?

582






Does partitioning help performance?

604


Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security

786


Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?

572


What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?

123


What is normalization of database? What are its benefits?

589


You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?

580


How to delete database objects with "drop" statements in ms sql server?

672


How do you send email on SQL Server?

663


what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration

584


Do you know what are different types of replication in sql server?

607