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.
Do you think BCNF is better than 2NF & 3NF? Why?
What is a Trace frag?Where can we use this?
Can we insert data into a view?
what are the advanced features in sql 2008?
Display a roll having miminum marks in two subjects?
Can we call future method from trigger?
what's the difference between delete table and truncate table commands? : Sql server database administration
How will you add a dimension to cube? : sql server analysis services, ssas
What is the default value of an integer data type in sql server 2005?
Write a query to delete duplicate records in SQL SERVER
What have included columns when we talk about sql server indexing?
Which data type columns are the best candidates for full-text indexing?