Explain comment on transactions?
Explain transaction server auto commit?
What is public role in sql server?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is the function of sql server agent windows service?
What is an active database?
How to delete all rows with truncate table statement in ms sql server?
What is scan table/view and seek table/view when its occurs? : sql server database administration
What is index in an assignment?
How do you identify a foreign key?
What do you understand by recursive stored procedures?
Do you think BCNF is better than 2NF & 3NF? Why?
Explain about SQL server 2005?
How to create function with parameter in sql server?
Explain the truncate command? : SQL Server Architecture