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 four major operators that can be used to combine conditions on a where clause?
How to make a column nullable?
What is nonclustered index with included columns ?
What information is maintained within the msdb database?
When to use null data driven subscription?
How can you append an identity column to a temporary table?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
Can we add a cpu to sql server?
How to compare the top two records using sql?
Why should we go for stored procedures? Why not direct queries?
Why main is user defined function?
Explain the first normal form(1nf)?
How do you handle datasets larger than 50 gb?
How to create new tables with "create table" statements in ms sql server?
Where do we use trace frag?