What is database replicaion?

What is database replication?

- It is the process of copying or moving data between databases on the same or different servers.
- It is a set of technologies for copying and distributing data.
- You can distribute data to different locations and to remote using with the replication.
- It is used in server-to-server scenarios that require high throughput.
- It helps to improve scalability and availability.
What are cursors in SQL Server?
Cursors allow row-by-row prcessing of the resultsets. Types of cursors: Static, Dynamic, Forward-only, Keyset-driven.......
What is a join and explain types of joins
Joins are used in queries to explain how different tables are related.......
What is an extended stored procedure in SQL Server?
An extended stored procedure compiles as DLL and are created to expand capabilties of user defined stored procedure.......
Post your comment