How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
3 11819What are the different ways of moving data/databases between servers and databases in SQL Server?
1 4599What is database replicaion? What are the different types of replication you can set up in SQL Server?
3 6773There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
1 4326How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
HCL,
3 11413As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
HCL,
1 8572What are statistics, under what circumstances they go out of date, how do you update them?
HCL,
2 9145What are the different ways of moving data/databases between servers and databases in SQL Server?
HCL,
3 15220Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
HCL,
2 10719
How can you append an identity column to a temporary table?
How do I start sql server 2017?
How do I create a trace in sql server?
Why should you use or avoid select * statements?
How can we solve concurrency problems?
What is self contained sub query?
Does view occupy space?
How raid can influence database performance?
What is the difference between upgrade and migration in sql server?
What is in place upgrade in sql server?
How can I check that whether automatic statistic update is enabled or not?
What is normalization and what are the advantages of it?
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?
Explain system functions or built-in functions? What are different types of system functions?
What are the properties of the transaction?