why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
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 dts is used to extract, transform and consolidate data?
Explain comment on transactions?
What is logshipping and its purpose?
How much is a sql server license?
What are the benefits of filtered indexes?
what's the difference between SQL & MY-SQl...? And what we learn from these ....?
What happens if you are trying to access a schema not owned by you?
What is repeatable read?
How to make remote connection in database?
How can I create a table from another table without copying any values from the old table?
What is sql server profiler trace data file?