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 / sukhjeet brar
simply dbms is database mangement system
rdbms is relational database mangement system. here relation
means in tabuler form.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is normalization? Describe its different types.
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Explain triggers in sql?
How can you list all the table constraints in a database?
How to use linked server?
Define outer join?
What is instead of dml trigger?
What is database black box testing?
What is 1nf normalization form?
When would you use sql joins?
How to create a large table with random data for index testing in ms sql server?
What is the difference between a view and a stored procedure?
Can a table have 2 primary keys?
How sql server executes a statement with nested subqueries?
Call by value and call by reference in procedure and function, with NOCOPY.