0% found this document useful (0 votes)
32 views1 page

Abhishek 1

The document discusses the main SQL Server services: 1) The SQL Server Database Engine Service establishes connections to the server. 2) The SQL Server Agent automates jobs and alerts. 3) The SQL Browser Service keeps track of SQL Server instances and helps with connecting. 4) Other services support full-text search, ETL operations, OLAP/data mining, reporting, and running R scripts.

Uploaded by

Abhi Shek
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Abhishek 1

The document discusses the main SQL Server services: 1) The SQL Server Database Engine Service establishes connections to the server. 2) The SQL Server Agent automates jobs and alerts. 3) The SQL Browser Service keeps track of SQL Server instances and helps with connecting. 4) Other services support full-text search, ETL operations, OLAP/data mining, reporting, and running R scripts.

Uploaded by

Abhi Shek
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment-1 Abhishek

SQL SERVER SERVICES

1. SQL SERVER: It is the SQL Server Database Engine Service and is used to establish new
connections to the server.
2. SQL Server Agent: It is a windows service which is used to perform scheduled jobs and give
alerts. It can be used to automate certain administrative tasks.
3. SQL Browser Services: It keeps track of all the SQL Server instances. It is used for browsing list of
available servers and connecting to the correct server instance.
4. SQL FULL-Text Filter Daemon Launcher: It is used to search for the articles or documents present
on the SQL Server using character based columns or words and phrases.
5. SQL Server Integration Services: It is used to perform ETL operations from a wide variety of
sources onto one or more destinations. It allows data to be moved between systems.
6. SQL Server Analysis Services: It provides OLAP and data mining functionality. It enables users to
construct special databases for fast analysis of the data.
7. SQL Server Reporting Services: It is used for creating, publishing and managing reports in
different output formats such as web browser, mobile devices or an email.
8. SQL Server launchpad: It is the external script host through which R services can be run.

You might also like