How to enter binary string literals 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.
Call by value and call by reference in procedure and function, with NOCOPY.
What is the difference between Clustered and Non-Clustered Index?
Why use “nolock” in sql server?
How to create a trigger for insert only?
What are secondary xml indexes?
How can I track the changes or identify the latest insert-update-delete from a table?
Differentiate between a having clause and a where clause.
Is it possible to call a stored procedure within a stored procedure?
Mention what are the different types of ssrs reports?
Why use stored procedures in sql server?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
How to include text values in sql statements?
Why is replication required on the sql server?