What extended events?
What is the difference between HAVING clause and the WHERE clause?
Explain full-text query in sql server?
What is filestream?
Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.
What is the difference between clustered and non-clustered indexes in ms sql server?
Explain what is “asynchronous” communication in sql server service broker?
Explain trigger and trigger types?
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.
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
what is syntex second or third highest salary. thanks & Regards Dhirendra sinha
What options are available to audit login activity? : sql server security
What is indexed views? plz explain with example?