Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the different types of replication? How are they used?
What are the different types of replication? How are they used?
✍: Guest
Replication is used for distributing data and the execution of stored procedures across an enterprise. The replication technology allows you to make duplicate copies of your data, move those copies to different locations, and synchronize the data automatically so that all copies have the same data values.
The different types of replications are
a) transactional replication
b) merge replication
2014-11-17, 1684👍, 0💬
Popular Posts:
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
What are some advantages and disadvantages of Java Sockets? Advantages of Java Sockets: Sockets are ...
How can I check for HTML errors? HTML validators check HTML documents against a formal definition of...