views:

3137

answers:

3

Hi all,

I have downloaded SQL SERVER MANAGEMENT STUDIO but SQL SERVER AGENT is not found.

Should I install it separately?

Can anybody tell me the link where SQL SERVER AGENT is availalbe as a Freeware to download it?

Please help me out I am in urgent need.

Thanks in advance!

+1  A: 

SQL Server Agent is a service of SQL Server, not SQL Server Management Studio (which is, in and of itself, an administration tool).

Since SQL Server Agent is part of SQL Server, it's not free. You can learn about creating a job in SQL Server Agent here.

What, pray tell, are you actually trying to do?

Eric
Ok thanks for your prompt reply.I want to create job. How to do it?
sheetal
Creating a job: http://msdn.microsoft.com/en-us/library/ms135739.aspx
Eric
+1  A: 

The agent is not visible if you use SQL Server Management Studio Express to connect to an SQL Server. You need to install the client tools that come with the server setup to get SQL Server Management Studio.

If you are using SQL Server Express, it has no agent.

Guffa
Ok then how to install those client tools?
sheetal
This should help you: http://mundeep.wordpress.com/2007/11/23/installing-sql-server-2005-management-studio/
Guffa
A: 

You (or your company) will need to purchase the full version of SQL server in order to use this functionality.

The other option is to find the command-line instruction that will achieve what you want and then use Windows Task Scheduler to run the command on the schedule you want.

Bork Blatt