What is the difference between IN and EXISTS operators in
SQL Server?
Answer Posted / s. raban
see my answers
| Is This Answer Correct ? | 2 Yes | 25 No |
Post New Answer View All Answers
How to install sql server 2005 express edition?
How to encrypt Strored Procedure in SQL SERVER?
How many types of stored procedures are there in 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.
How can you hide the sql server instances?
What is the difference between SQL notification and SQL invalidation?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
What is the difference in accessing db between sql server vs sql azure?
How do I manually uninstall an instance of sql server 2016?
Does full backup break log chain?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What is bit data type? What's the information that can be stored inside a bit column?
How to change a login name in ms sql server?
What does it mean to normalize a database and why would you do it?
What happens to a statement batch if there is a compilation error?