Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
veggiop
Starting Member
10 Posts |
Posted - 2011-04-13 : 05:54:55
|
I installed SQL server 2005 recently in my machine.I have SQl server Management studio express 9.002047I see in my services SQl Server Agent Running howeverwhen in sql server managent if click on database engine i donot see sql server agent opttion anywhereIs there a problem in my installation or how i can see sql server agent since i want to create jobs aand schedule itthanks |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2011-04-13 : 08:03:11
|
In Express Version there is no Agent. No, you're never too old to Yak'n'Roll if you're too young to die. |
|
|
jeffw8713
Aged Yak Warrior
819 Posts |
Posted - 2011-04-13 : 17:00:59
|
SSMS Express does not include the utilities for accessing or using SQL Server Agent. You need to full client tools from the edition you installed.Uninstall the client tools and reinstall them from the SQL Server installation that you used to install the database engine.Jeff |
|
|
|
|
|