|
|
-
|
|
Log Shipping:- Log Shipping is a process of keeping the latest copy of the database of the primary database server on the secondary database server with the help of transaction logs backup. It is done on a regular basis to minimize the loss of the databas...
|
|
-
|
|
Replication is a way of distribution of database and their objects from one master database to one or more recipient databases which can be on the same server or on the remote server.It is a set of technologies for copying and
distributing data and da...
|
|
-
|
|
Fragmentation:- Fragmentation can be defined as condition where data is stored in a non continuous manner. In can be defined into two types
1. Internal Fragmentation
2. External Fragmentation
Internal Fragmentation:- In this fragmentation, there exists ...
|
|
-
|
|
Rebuild and Reorganization of Indexes:- SQL Server has the ability of maintaining the indexes whenever we makes changes (update, Insert, Delete) in the tables. Over a period of time, the may causes the fragmentation on the table in which the logical ord...
|
|
-
|
|
Happy New Year 2013
May this new year bring lots of Happiness in all of your life. Let welcome 2013 together with lots of Hopes and happiness.
...
|
|
-
|
|
Wish you all a very happy and blessed festive season. May this festival of lights brings more brightness in your lives in every way. Happy Diwali :)
Play safe...!
...
|
|
-
|
|
Boyce - Codd Normal Form (BCNF) :- A normal form is said to be a Boyce - Codd Normal Form if it is in 3NF and there is not a possibility of a key attribute is determined by a Non Key attribute.
For example , suppose there are 5 columns says A,B,C,D,E an...
|
|
-
|
|
Isolation levels :- Isolation level is required to isolate a resource and protect it from other transactions. This is achieved with the help of locks but what locks are needed and how they can be established is decided on the isolation level set on the...
|
|
-
|
|
Hi friends
Thank you very much for supporting this blog. It really give me lots of encouragement to share my knowledge with my friends. Due to some other high priorities, I was not able to publish any articles on this blog from last few months. But now I a...
|
|
-
|
|
Merge Command:- Merge command is a new feature introduced in the SQL Server 2008. It can perform Update, Insert and delete operations at a single statement which means all the data is processed and read only once instead of three times(In case of Inserti...
|
|