A complete collection of Sql server Interview Questions,sql server performance,stored procedure, trigger,Sql query,security,ms sql server 2005,database backup,restore,free ebook,tutorials.
Jun 3, 2008
How to know which index a table is using?
SELECT table_name,index_name FROM user_constraints
No comments:
Post a Comment