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
What are points to remember while using the fillfactor argument?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
Write a SQL query in order to merge two different columns into single column?
Can you index views?
What is the advantage of sql server?
What are transactions in sql?
What are the new security features added in sql server 2012? : sql server security
What is a partitioned view?
How to loop through result set objects using odbc_fetch_row()?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
Can sql servers linked to other servers?
What are the built in functions in sql server?
Do you think BCNF is better than 2NF & 3NF? Why?
What is forward - only cursors / read only cursor?
What are filegroups in sql server?