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
what is blocking? : Sql server database administration
What is self contained sub query?
How we can compare two database data?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What are built in functions?
What is sql language?
How to change the password of a login name in ms sql server?
List the ways in which dynamic sql can be executed?
Tell me what is de-normalization and what are some of the examples of it?
What is an inner join?
Where the sql logs gets stored? : sql server database administration
How to change server name in sql server?
What is the use of stored procedure?
What does truncate do?