1.What is the deferece between DBMS & RDBMS?
2.How can you trouble shoot? If u will get error while
installing sql server?
3.How can u trouble shoot slow running query?
4.how can u trouble log shipping errors?
5.why do we use merge replication instead of T.log
replication?

Answer Posted / hari

DBMS : Collection of data in Database
RDBMS : Collection of releated data in a database.

In Trancation Replication : Initial snapahot of the data is
applied to at subscribers. and then when data modifications
are made at the publisher , the individual transcation are
captured and propogated to sbuscribers

In Merge replication : is the process of distributing data
from publisher to subscriber, allowing the publisher and
subscribers to make updates while connected or disconnected
and then merging the updates between sites when they are
connencted

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is merge?

743


What is filter index?

702


What are the two modes of authentication in sql server?

688


What is the need for indexing?

665


How to write a query with a right outer join in ms sql server?

657






How to update muliple row in single query?

798


How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?

791


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

730


What is clustered vs nonclustered index?

688


What are joins in sql and what are the different types of joins?

712


What is trace flag in sql server?

718


Give me any three differences between Truncate and Delete.

759


Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?

737


How to create a view with data from multiple tables?

769


What is #table in sql server?

743