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
Is it possible to update the views? If yes, how, if not, why?
How to view existing indexes on an given table using sp_help?
What is database dimension? : sql server analysis services, ssas
Define ACID properties in a Database?
Explain aggregate functions?
How to receive returning result from a query?
What is the distinction amongst delete and truncate?
Why should we go for stored procedures? Why not direct queries?
Are resultset updatable?
What are a scheduled jobs?
Why use sub query in sql server and list out types of sub queries?
Define magic tables in sql server?
Is foreign key a primary key?
How can windows applications connect to sql servers via odbc?
Which are the olap features?