plss anybody specify tha constrian management system in dbms
No Answer is Posted For this Question
Be the First to Post Answer
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
how to delete duplicate rows from table
Define synonym?
Without Using Cursors , How to Select the Selected row??
3 Answers CarrizalSoft Technologies, Wipro,
How to Update from select query in sql server?
What is the most common trace flags used with sql server?
What is measure group, measure? : sql server analysis services, ssas
What are key constraints?
In what version of sql server were synonyms released?
How to use group functions in the select clause in ms sql server?
Can I recover a damaged SQL Server 2008 database with the undamaged .mdb and .ldf files?
Advantages and disadvantages of stored procedures.