What is database replicaion? What are the different types
of replication you can set up in SQL Server?
Answer / kishor
move/copy of the data from one server to another server is
call replication
types of replication
1.snapshot
2.merge
3.transactional
4.transactional with up-datable subscription(newly added in
sql server2005)
Is This Answer Correct ? | 2 Yes | 0 No |
how can you initialize log miner?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
How many packages we have in db
What does coalescing a tablespace do?
Explain the use of table functions.
What's the benefit of "dbms_stats" over "analyze"?
hi, how can i check all backups are exist to restore? I.e. i forget to take backup on one day. But now i want to check that all backups are there to restore now. I know the answer of through timestamps we know how to check. But i need any other way?
Give the stages of instance startup to a usable state where normal users may access it.
how can you process messages in order asynchronously?
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
Explain about your sql server dba experience? : sql server DBA
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?