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
What do you do in data exploration
Explain syntax for viewing, dropping and disabling triggers?
What is SQL Azure Data sync?
Tell me what do we need queues in sql service broker?
How to provide values to user defined function parameters?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
What are the differences between having and where clause.
Why is normalisation important?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
Can we delete data from a view?
What are different types of replication in sql server?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
what does the automatic recovery do? : Sql server administration
How to convert numeric values to integers in ms sql server?