While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
How to defragment table indexes?
How to delete a login name in ms sql server?
What are the differences between stored procedure and the dynamic sql?
What is the difference between ‘having’ clause and a ‘where’ clause?
What is rolap and its advantage? : sql server analysis services, ssas
How to filter out duplications in the returning rows in ms 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 are the types of user defined functions in sql server?
any one can explain Self mapping Delegation Remote Credentials
What is nonclustered index with included columns ?
How do I find information about the install locations for the various instances running on a computer?
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?