Sunday 17 March 2013

What is Sql server?

      It is relational database management System.It is developed by Microsoft .Primary function of it is to store  and retrive data.We can use in single system or  in network environment.

e.g. if You are beginer so you will use on your local system.
       When you will be working as devloper your database may be thousand mile away on other system so you will access it through internet.

  In sql server we can  write query or TSQL (Transact Sql) code for accessing data.

First release of Sql server was in 1989 v1.0. Current sql server release is  Sql Server 2012 called as (DENALI) .


No comments:

Post a Comment

First Database In Sql Server