Question: How to Schedule a Job on SQL Server?
Answer: A very old and widespread question, keep on coming back to in interviews. Let us see how to schedule a job on SQL Server.
Question: How to Schedule a Job on SQL Server?
Answer: A very old and widespread question, keep on coming back to in interviews. Let us see how to schedule a job on SQL Server.
Question: How Does TOP WITH TIES Work in SQL Server?
Answer: This is an ancient question I just encountered in the recent Comprehensive Database Performance Health Check.
Question: How to Drop All the User Created Statistics by SQL Server?
Question: How to Find DISTINCT COUNT of Column Without Using Distinct Count Keywords?
Question: How to Get Top N Records Per Group? (using Ranking Function)
Answer: During a recent interview, I had given this simple puzzle to over 40 candidates. This simple puzzle depends on Ranking Window Functions.
Question: How to List All the clustered and nonclustered Indexes of Your Table in SQL Server?
Question: How to List Queries With Memory Grant and Execution Plan?