how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
1030what is the system function to get the current user's user id? : Sql server database administration
970what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
981what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
934what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
913explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
897tell me what is blocking and how would you troubleshoot it? : Sql server database administration
861what are constraints? Explain different types of constraints? : Sql server database administration
933tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
978
Why can there be only one clustered index and not more than one?
Explain Geography datatype in SQL Server
How you can minimize the deadlock situation?
Explain user defined functions?
What is the New in SQL server 2008?
What is scrollable cursor?
Explain transaction server auto commit?
What is an inner join?
How to change the ownership of a schema in ms sql server?
what is an extended stored procedure? : Sql server database administration
What is meant by Active-Passive and Active-Active clustering setup?
how you can deploy an ssrs report?
Explain about merge replications?
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 main difference between ‘between’ and ‘in’ condition operators?