Which system table contains information on constraints on
all the tables created?
Answer Posted / srao
select * from sysindexes
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what does the automatic recovery do? : Sql server administration
What is nolock?
Explain “@@rowcount” and “@@error” in sql server?
What are sub reports and how to create them?
How do you delete duplicate rows in sql server?
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
Tell me something about security and sql azure?
How to add a new dsn with the odbc driver for sql server?
What is query parameter in ssrs?
What stored by the msdb?
Mention a few common trace flags used with sql server?
Tell me what is difference between view and materialized view?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How would you add a section to a table?