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 / alfi a

A DBMS has to be persistent, that is it should be
accessible when the program created the data ceases to
exist or even the application that created the data
restarted. A DBMS also has to provide some uniform methods
independent of a specific application for accessing the
information that is stored.

RDBMS is a Relational Data Base Management System
Relational DBMS. This adds the additional condition that
the system supports a tabular structure for the data, with
enforced relationships between the tables. This excludes
the databases that don't support a tabular structure or
don't enforce relationships between tables.

Many DBA's think that RDBMS is a Client Server Database
system but thats not the case with RDBMS.

Yes you can say DBMS does not impose any constraints or
security with regard to data manipulation it is user or the
programmer responsibility to ensure the ACID PROPERTY of
the database whereas the rdbms is more with this regard bcz
rdbms define the integrity constraint for the purpose of
holding ACID PROPERTY.

I have found many answers on many websites saying that
DBMS are for smaller organizations with small amount of
data, where security of the data is not of major concern
and RDBMS are designed to take care of large amounts of
data and also the security of this data.

And this is completely wrong by definition of RDBMS and DBMS

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is server-level principal?

102


what's sql server? : Sql server database administration

504


What stored by the model? : sql server database administration

550


What is explicit cursors?

563


Explain the truncate command?

526






how to create a scrollable cursor with the scroll option? : Sql server database administration

619


On a windows server 2003 active – passive failover cluster, how do you find the node which is active?

658


How to defragment table indexes?

558


How to execute a stored procedure in ms sql server?

556


What stored procedure would you use to view lock information?

537


What are the types of dml?

561


Will sql server 2005 allow you to reduce the size of a column?

557


How can I get data from a database on another server?

517


What are the features of Embedded SQL

681


Why do you want to join software field as you have done your BE in Electronics?

1711