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 the sql server agent?
What are security principals used in sql server 2005?
How to convert a unicode strings to non-unicode strings?
What are page splits?
What is sub-query in sql server? Explain its properties.
Explain the different index configurations a table can have?
Which are the new data types introduced in sql server 2008?
Tell about MOM Tool(Microsoft Operator Manager)?
Which is faster statement or preparedstatement?
how can you attach more than 20 ldf files in sql server
What do you understand by a stored procedure?
Can you pass expressions to function parameters?
How can you set the threshold at which sql server will generate keysets asynchronously?
How do I find the size of a sql server database?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks