How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
3 11633What are the different ways of moving data/databases between servers and databases in SQL Server?
1 4505What is database replicaion? What are the different types of replication you can set up in SQL Server?
3 6625There 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 4226How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
HCL,
3 11225As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
HCL,
1 8450What are statistics, under what circumstances they go out of date, how do you update them?
HCL,
2 9009What are the different ways of moving data/databases between servers and databases in SQL Server?
HCL,
3 15065Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
HCL,
2 10593
Explain the commands in sql server?
What is a non-clustered index?
How does clustered and non clustered index work?
What is the process of indexing?
How to drop an existing table?
What is replace and stuff function in sql server?
Is null in sql server?
Define cross join in sql server joins?
What is the difference RDBMS and Graph Database?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What are the differences between web role and worker role?
How to create dbo table in sql server?
what are isolation levels? : Sql server database administration
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?