How do I shrink an ldf file?
What is a sql join?
About Indexed Views? with example? plz reply...
What is row by row processing ?
What is public role in sql server?
What is nonclustered index on computed columns?
How to rename databases in ms sql server?
What is the difference between indexing and hashing?
How to modify an existing user defined function?
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.
What is checkpoint process in the sql server?
What happens to a trigger with multiple affected rows?
Determine how to use the inserted and deleted pseudo tables?