If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is in place upgrade in sql server?
What is a scheduled job or what is a scheduled task?
What is the primary use of the model database?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
How can we solve concurrency problems?
What are wait types?
Why and when do stored procedure recompile?
What are the different SQL Server Versions you have worked on?
How to enter binary string literals in ms sql server?
What is clustered index
What is normalization and what are the advantages of it?
List the ways in which dynamic sql can be executed?
How to convert character strings into numeric values?
When should you use an instead of trigger?