If you liked this question/asnwer, make sure you
Subscribe to KyaPoocha.com RSS feed!
BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |
Related Interview Questions
When will we use local and server database? 26.09.08
loca db is used while developing the application.check-out the required projects from the server database,do changes as required and check-in the modified proje...What is log shipping ? 25.07.08
Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterpris...How do I migrate an Oracle database to SQL 7.0 ? 17.07.08
There are three SQL Server 7.0 editions: Desktop Edition Standard Edition Enterprise Edition Desktop Edition can be installed on Windows 9x, Windows N...What is the difference between file server and a database server? 19.05.08
A file server just transfers all the data requested by all its client and the client processes the data while a database server runs the query and sends only th...What is LUW and its Types? 18.03.07
LUW is Logical Unit of Work and the types of LUW are: 1)DB LUW - A database LUW is the mechanism used by the database to ensure that its data is always consi...What are the types of JDBC Driver Models and explain them? 02.02.07
There are two types of JDBC Driver Models and they are: a) Two tier model and b) Three tier model Two tier model: In this model, Java applications interact...What is in-memory replication? 21.09.06
The process by which the contents in the memory of one physical m/c are replicated in all the m/c in the cluster is called in-memory replication....What are presentation, application and database servers in SAP R/3? 30.07.06
The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on applicatio...What is database replicaion? What are the different types of replication you can set up in SQL Server? 15.06.06
Replication is the process of copying/moving data between databases on the same or different servers. SQL Server supports the following types of replication sce...What is a Database Server? 22.03.06
With a database server, the client passes SQL requests as messages to the database server. The results of each SQL command are returned over the network. The...