sqlagent90 Application
The sqlagent90 application starts SQL Server Agent from the command prompt. Usually, SQL Server Agent should be run from SQL Server Management Studio or by using SQL-SMO methods in an application. Only run sqlagent90 from the command prompt when you are diagnosing SQL Server Agent, or when you are directed to it by your primary support provider.
typographical error
In SQL Server 2008 and 2008R2 you just use SQLAGENT.EXE. If you install 2008R2 as the default instance you can find SQLAGENT.EXE here:
C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\
Use the options listed on this page to run SQL Server Agent via command line. Don't try to use the /? switch with SQLAGENT.EXE for help...it doesn't work.
- 8/25/2011
- Nasser Mansour
- 8/25/2011
- Nasser Mansour
Second
There is no sqlagent90.exe that I can find. 90 implies that it's from SQL Server 2005. However, sqlagent.exe exists. Should this be changed to sqlagent.exe?
- 4/11/2011
- wmeitzen
Does sqlagent90 still exists for SQL Server 2008 ??
Does sqlagent90 still exists for SQL Server 2008 ??
I tried to look into the location, C:\Program Files\Microsoft SQL Server\MSSQL10.InstanceName\MSSQL\Binn ( and also at C:\Program Files\Microsoft SQL Server\100\Tools\Binn), as mentioned by this article, but couldn't found that.
Can someone from Microsoft SQL Server team reply on that please ??
Thanks
Prashant Thakwani
I tried to look into the location, C:\Program Files\Microsoft SQL Server\MSSQL10.InstanceName\MSSQL\Binn ( and also at C:\Program Files\Microsoft SQL Server\100\Tools\Binn), as mentioned by this article, but couldn't found that.
Can someone from Microsoft SQL Server team reply on that please ??
Thanks
Prashant Thakwani
- 10/7/2010
- Prashant Thakwani