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
Different types of keys in SQL?
what method you can use to reduce the overhead of Reporting Services data sources?
Is truncate autocommit?
What is nolock?
How to get the definition of a trigger back?
What is the filtered index?
How do clustered indexes store data?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
Do you know sql server 2008 introduces automatic auditing?
What is ms sql server triggers?
What is the use of tempdb? What values does it hold?
Is it ok to shrink transaction log?
What is indexing explain it with an example?
What is oltp (online transaction processing)?
What happens to a trigger with multiple affected rows?