Can you explain about buffer cash and log cache in sql server?
Is BCNF better than 2NF & 3NF? Why?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How do we know if any query is retrieving a large amount of data or very little data?
What is the template in sql?
Tell me can we use custom code in ssrs?
How do I create a trace in sql server?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What are the properties of the transactions?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to rebuild indexes with alter index ... Rebuild?
Explain identity in sql server?
Explain iaas, paas and saas?
How to convert a table data in XML format in sql server?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?