SlideShare a Scribd company logo
1 of 11
SQL SERVER BY  Venakateswaran P      Microsoft Student Partners      MSFT India (ACAD Team)     Venkat.eswaran@msptechrep.com
Introduction to the SQL Server Data here ,data there, data every where
Overview Services  Applications Libraries
What is SQL Server? Services Applications Libraries SSMS COMMEND LINE Sqlcmd venkat 9994339988 Power shell Pile of Data
Applications SQL Server Management Studio  Power shell or sqlcmd SQL Server Profiler Database Engine Tuning Advisor
SQL Server Management Studio.
Dropping a Table
Add a Database
Using T-SQL
Command Line For SQL
SQL PowerShell

More Related Content

More from Venkat Eswaran

More from Venkat Eswaran (6)

Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Visio
VisioVisio
Visio
 
Microformats by venkat
Microformats by venkatMicroformats by venkat
Microformats by venkat
 
Microformats
MicroformatsMicroformats
Microformats
 
Microformats
MicroformatsMicroformats
Microformats
 
velalar
velalarvelalar
velalar
 

Sql Server Session 1

Editor's Notes

  1. 1.We will be looking at the point of the developer in the presentation. Services – we will be looking at the services that thesql provides One of this the database engine which implements a relation database which uses a trans sql for implementationApplication – We will be seeing about ssms for developing application Libraries –We will see about some libraries which is being connect with other for operation.
  2. What is SQL ??SQL is a relation database. In which it has a pile of data and lot of people can access at once.In this some will be reading it writing it ,change it Some will be doing all three.Sql server is a collection of [ Services,Applications,Libraries]
  3. SQL SERVER Profiler  It allows to trace of all the commands which is sent to sql server. It means you can see all the select, update commands or any command send to sql server. Which this you can catch it in a log .it can be saved to a file, table or a table on a different machine. It is used for optimize the performance of sql server.Database Engine Tuning Advisor It is used to optimizing the performance of the sql server.It is don by analyzer commands it see which is sent to sql server.
  4. Ssms –Management features It will allow you to do management operation .It will allow to pass queries.Object explorer- allow to create objects of database and user login in a tree model. In order to use it you have to connect with sql server.That means you are running database engine. For giving queries you have to connect to the database engine.