SlideShare a Scribd company logo
SQL SERVERBY Venakateswaran P     Microsoft Student Partners     MSFT India (ACAD Team)    Venkat.eswaran@msptechrep.com
Introduction to the SQL ServerData here ,data there, data every where
OverviewServices ApplicationsLibraries
What is SQL Server?ServicesApplicationsLibrariesSSMSCOMMEND LINESqlcmdvenkat9994339988Power shellPile of Data
ApplicationsSQL Server Management Studio Power shell or sqlcmdSQL Server ProfilerDatabase 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

PPTX
Sqlpass The Magic Of Replication
PDF
BI for the DBA
PPT
SQL Server 2008 Express, February CTP
ODP
Autoscaling Ws On Ec2 Apache Con Presentation
PPTX
Let's Talk About: Database Migration Service
PPTX
Troubleshooting common scenarios with Always On - A Dress Rehearsal
PPTX
AWS Elastic Beanstalk
PPTX
6232 b 01
Sqlpass The Magic Of Replication
BI for the DBA
SQL Server 2008 Express, February CTP
Autoscaling Ws On Ec2 Apache Con Presentation
Let's Talk About: Database Migration Service
Troubleshooting common scenarios with Always On - A Dress Rehearsal
AWS Elastic Beanstalk
6232 b 01

More from Venkat Eswaran (6)

PPTX
Cloud Computing
PPTX
PPT
Microformats by venkat
PPT
Microformats
PPT
Microformats
ODP
Cloud Computing
Microformats by venkat
Microformats
Microformats
Ad

Sql Server Session 1

Editor's Notes

  • #4: 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.
  • #5: 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]
  • #6: 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.
  • #7: 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.