November 14, 2007 at 6:15 am
Hello everyone, i hope somebody can provide some assistance or guidance....
My objective is to Schedule a routine backup of the database in the SQL Server Management Studio Express console in SQL Server 2005. However, when I create the backup set and select the destination; the Script option is not enabled to allow me to schedule the job. It is grayed out and not enabled.
I have verified the SQL Server Agent is enabled and started in the Administrative Tools, Services. However, I don't see the SQL Server Agent present in the SQL Server Management Studio program when I connect to the local computer that hosts the database.
Any helpful tips on how to resolve this matter would be much appreciated....
Sincerely,
Andre'
December 28, 2007 at 6:50 am
I have exactly the same problem and also can not find any answer
December 28, 2007 at 7:18 am
SQL Express does not include SQL Agent. Are you sure the agent you see is from the Express instance? Any how the easiest way to schedule regular backups is using the Windows task scheduler and sqlcmd.exe.
You might also have a look at this utiility by Jasper Smith:
http://www.sqldbatips.com/showarticle.asp?ID=27
[font="Verdana"]Markus Bohse[/font]
December 31, 2007 at 2:44 am
Thanks SSCrazy for the workaround, but it keeps bugging me.
First I used the Sql express 2000 version and there the SQL agent worked perfect.
Now I spend about 6000 euro for the Microsoft SQL Server Standard Edition (64-bit) version.
To manage this I use SQL Server Management Studio Express, but can not see the SQL Agent anymore.
It should be possible to create a script and with just one click put it in the SQL agent for scheduling at a later time (with script Action to Job).
Why is this function greyed ?
The service "SQL Agent" is running ....
Hope you can help me
December 31, 2007 at 10:55 am
MSDE 2000 is different that SQL Server 2005 Express edition. MSDE DID have the agent present, but SQL 2005 Express does not. If you are using the express edition, you will have to use the workaround provided by Markus.
January 1, 2008 at 2:25 pm
If you have purchased the 2005 Standard Edition, then uninstall the Express Edition's Management Studio, and install the Standard Edition's Management Studio.
Tom
January 2, 2008 at 3:08 am
Thanks Tom, You made my start of 2008 great.
You are right. I installed the free express version of studio management of my workstation and on the server.
After removing them and install the standard version, a lot of extra options become available. Also the SQL Server Agent.
Happy NewYear !
Rene
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply