PANTHEON™ manual

 Categories
[Expand]User Manual for DataLab PANTHEON 5.5
 No formula defined!
[Collapse]Datalab PANTHEON 5.5 Guide
 [Expand]Orders
 [Expand]Settings
 [Expand]Manufacturing
 [Expand]Goods
 [Expand]Service
 [Expand]Financials
 [Expand]Personnel
 [Expand]ZEUS Business Intelligence System
 [Expand]Desktop
  Web Portals
  Extra
 [Collapse]Datalab Software System Environment
  [Expand]Security Policy
  [Collapse]Installation
    Windows Vista
    Windows Terminal Server
    Installing PANTHEON on Linux and Oracle Database
   [Collapse]MS SQL Server
     MS SQL Server Installation
     Changing SQL Sort Order
     SQL Server Agent
    [Expand]MS SQL Server Security
    [Expand]Useful SQL Queries
   [Expand]Oracle Database
   [Expand]ODBC
  [Expand]Task Scheduling
  [Expand]PANTHEON System Environment
  [Expand]Datalab Utilities
  [Expand]Database Administration
 [Expand]Messages and Warnings
 [Expand]Additional Programs
 Opening or closing round bracket missing!
 Debugging Formulas
[Expand]Testing and Debugging Formulas
 Opening or closing square bracket missing!
 Conditional statement at position x not enclosed in square brackets!
 Syntax error in conditional statement. Correct syntax is [condition:value]
 Adjacent operators (xx)!
 Last character of the formula is an operator!
 Variable not enclosed in hashes (#)!
 Illegal characters: xyz
 Unknown error!
[Expand]User Manual for Datalab PANTHEON Farming
[Expand]User Site
 Adjacent hashes!
 The line number must be an integer (#xx#)!
 The first character of #xx# must be a transaction type or a column mark!
 The first character of #xx# must be an operation type (R, S, O or A)!
 The second character of #xx# must be a transaction type (D, K, S, P, or O)!
 Variable not defined
[Expand]Kralicek Quicktest Financial Ratios

Load Time: 406,2213 ms
print   |
Label

SQL Server Agent

SQL Server Agent

SQL Server Agent

SQL Server Agent is responsible for running scheduled tasks (jobs)on the SQL Server.

SQL Server Agent also monitors other operations: replication, error logs, and startup of other processes (like e-mail).

SQL Server Agent must be running for correct functioning of the SQL Server. This is especially important if the computer running SQL Server is regularly turned off or restarted.

Starting SQL Server Agent from the Windows GUI

SQL Server Agent can be started through the SQL Server Service Manager. The Service Manager is usually started at Windows startup and can be opened by double-clicking its icon in the tray. Alternatively, navigate to the SQL Server program group in Start | All Programs, and click Service Manager.

 004834.gif

Under Server, select the desired SQL Server instance if it is not already selected.

Under Services, select SQL Server Agent if it is not already selected.

Click the Start/Continue button.

Enable the option Auto-start service when OS starts if you wan that SQL Server Agents is started automatically when Windows starts up (recommended).

 004835.gif

Starting SQL Server Agent from Command Prompt

SQL Server Agent can be started with the scm utility that can be found in the BINN folder of the SQL Server installation folder.

To start SQL Server Agent type in the following in the command prompt on the computer running SQL:

scm -action 1 -service sqlserveragent

To stop SQL Server Agent type:

scm -action 6 -service sqlserveragent

To enable auto-start of SQL Server Agent with Windows startup type:

scm -action 7 -service sqlserveragent -svcstarttype 1

Ti disable auto-start of SQL Server Agent type:

scm -action 7 -service sqlserveragent -svcstarttype 2

Starting SQL Server Agent from Services

SQL Server Agent can be started from the Services management utility. Open it by typing services.msc in the Run box or by navigating the Control Panel | Administrative Tools | Services.

Find the service SQLServerAgent, right-click on it and select Start.

 

046389.gif SQL Server Agent auto-start cannot be enabled in Windows 95/98/ME. You have to start SQL Server Agent manually each time Windows starts up.



Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!