what is memory-optimized nonclustered indexes
How to remove duplicate rows from table?
What is blocking and how would you troubleshoot it? : sql server database administration
What is a job?
what are the new features introduced in sql server 2000? : Sql server database administration
difference between function and procedure
3 Answers Cognizant, HCL, TCS, Theorem,
Explain the types of indexes.
How to create a new table in a given schema?
how to find number of columns in a table in sql server 2000 and 2005 also
What does it mean to manipulate data?
What is cursors? And what are the different types of cursor?
When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO
What is the meaning of lock escalation and why/how to stop this? : sql server database administration