How to list all tables having unique constraints in any of
the columns in a database.
Answer Posted / rama krishna
select * from INFORMATION_SCHEMA.TABLE_CONSTRAINTS where
constraint_type='unique'
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?
What are Row versions of DataRow?
Can we call future method from trigger?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What does nvl stand for?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
What is repeatable read?
what is a schema in sql server 2005? : Sql server database administration
Describe how to use the linked server?
When should you use an instead of trigger?
What are functions in the sql server?
What is the difference between truncate and delete commands?
How many databases can we create in a single server?
Which tcl commands are available on the sql server?