Question: Does NOLOCK Really Applies No Lock?
Answer: The answer is NOLOCK do apply the lock and it is Sch-S lock. Sch-S stands for Schema Stability. Quite a few people say it is actually Schema Shared lock and it is not correct.
Question: Does NOLOCK Really Applies No Lock?
Answer: The answer is NOLOCK do apply the lock and it is Sch-S lock. Sch-S stands for Schema Stability. Quite a few people say it is actually Schema Shared lock and it is not correct.
Question: How to Move Log File or MDF File in SQL Server?
Question:Â When to Use sort_in_tempdb for Rebuilding Indexes?
Question: How to Sort a Varchar Column Storing Integers with Order By?
Question: How to Track Autogrowth of Any Database?
Question: How to Create an Empty Table and Fool Optimizer to Believe It Contains Data?
Answer: Before I answer this question, I must acknowledge that I have never heard this question in my 20 years career before and I must ask you back, where do you come up with these kinds of questions.
Question:Â How to Shrink All the Log Files for SQL Server?