PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > SQL Server 2005 Express - Server agent
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

SQL Server 2005 Express - Server agent

Réponse
 
LinkBack Outils de la discussion
Vieux 07/05/2008, 12h22   #1
Anders Balslev
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut SQL Server 2005 Express - Server agent

Win XP Pro
I have - apparently successful - installed SQL Server 2005 Express, with all
the possible options Incl replication option.
I also have - successfully - installed the SSMS Express

(concurrently, SQL Server 2000 Desktop Engine is installed and running in 2
instances)

However, When I go into the SQL Server service Management, select the
installed 2005 server, and select the SQL Server Agent, following
errormessage pops up:

"The specified service does not exist as an installed service"

How can I install this service?

Regards

Anders
  Réponse avec citation
Vieux 07/05/2008, 20h26   #2
Ekrem Önsoy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Server 2005 Express - Server agent

Do you have another SQL Server Edition other than SQL Server 2005 Express
Edition and MSDE installed on your system?

Because these editions of SQL Server does not have SQL Server Agent service
and can not be installed as a seperate package. You can install and use this
service only using other editions of SQL Server such as Workgroup, Standard,
Developer, Enterprise.

I do not have any clue why it appears in that list. I just can think of
another installed edition of SQL Server other then Express and MSDE.

--
Ekrem Önsoy



"Anders Balslev" <AndersBalslev@discussions.microsoft.com> wrote in message
news:C03CFC69-15D5-450A-876F-87DD314B417C@microsoft.com...
> Win XP Pro
> I have - apparently successful - installed SQL Server 2005 Express, with
> all
> the possible options Incl replication option.
> I also have - successfully - installed the SSMS Express
>
> (concurrently, SQL Server 2000 Desktop Engine is installed and running in
> 2
> instances)
>
> However, When I go into the SQL Server service Management, select the
> installed 2005 server, and select the SQL Server Agent, following
> errormessage pops up:
>
> "The specified service does not exist as an installed service"
>
> How can I install this service?
>
> Regards
>
> Anders


  Réponse avec citation
Vieux 07/05/2008, 20h51   #3
Anders Balslev
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Server 2005 Express - Server agent

I also have MSDE installed on the labtop - none else.

I'm surprised that MSDE (which is the counter edition of express, but
SQL2000) do have the server agent, but not SQL 2005 Express

The reason is that I have made a merge replication system where a central
server (SQL 2005 Enterprise) is the distributor and publisher, and 20-30
small labtops is subscribers (pull subscribtion)

This means that we have to get licences to all of the labtops, since SQL
2005 Express cannot be setup as a subscriber in a replication system

regards
Anders

"Ekrem Önsoy" wrote:

> Do you have another SQL Server Edition other than SQL Server 2005 Express
> Edition and MSDE installed on your system?
>
> Because these editions of SQL Server does not have SQL Server Agent service
> and can not be installed as a seperate package. You can install and use this
> service only using other editions of SQL Server such as Workgroup, Standard,
> Developer, Enterprise.
>
> I do not have any clue why it appears in that list. I just can think of
> another installed edition of SQL Server other then Express and MSDE.
>
> --
> Ekrem Önsoy
>
>
>
> "Anders Balslev" <AndersBalslev@discussions.microsoft.com> wrote in message
> news:C03CFC69-15D5-450A-876F-87DD314B417C@microsoft.com...
> > Win XP Pro
> > I have - apparently successful - installed SQL Server 2005 Express, with
> > all
> > the possible options Incl replication option.
> > I also have - successfully - installed the SSMS Express
> >
> > (concurrently, SQL Server 2000 Desktop Engine is installed and running in
> > 2
> > instances)
> >
> > However, When I go into the SQL Server service Management, select the
> > installed 2005 server, and select the SQL Server Agent, following
> > errormessage pops up:
> >
> > "The specified service does not exist as an installed service"
> >
> > How can I install this service?
> >
> > Regards
> >
> > Anders

>

  Réponse avec citation
Vieux 07/05/2008, 22h33   #4
Aaron Bertrand [SQL Server MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Server 2005 Express - Server agent

> I'm surprised that MSDE (which is the counter edition of express, but
> SQL2000) do have the server agent, but not SQL 2005 Express


It's a trade-off. Express users get enhancements over MSDE like 4GB db
sizes instead of 2GB, no more throttling on concurrency (a.k.a. Workload
governor), full-text search, and the availability of a management tool
(SSMSE). SQL Server Agent was more of a management and deployment issue
than a "we're taking this away from you" issue.

> This means that we have to get licences to all of the labtops, since SQL
> 2005 Express cannot be setup as a subscriber in a replication system


From
http://www.microsoft.com/technet/pro...qlexpress.mspx :

"While SQL Server 2005 Express cannot act as a replication publisher, it
does support subscriptions to merge, snapshot, and transactional
publications"

If you are reaching your conclusion based solely on the lack of SQL Server
Agent, remember that you can still schedule tasks in SQL Server Express
using Windows Task Scheduler and SQLCMD or osql, or you can have
multi-server jobs set up on a higher SKU in the network that start tasks on
Express remotely.

A

  Réponse avec citation
Vieux 08/05/2008, 11h10   #5
Ekrem Önsoy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Server 2005 Express - Server agent

Hello Anders,

You know, everything has a cost and one of costs of using Express Edition is
being lack of SQL Agent.

As Aaron said, you can use your Express Editions as Subscribers for your
Replication topology. But in this case, you'll be able to use only your
Distributor to PULL and PUSH stuff.

I have an article about how to use automatic jobs in SQL Server Express
Edition, but it's in Turkish. There must be other articles about how to do
this on web if you google for it. Simply, you create a T-SQL Script file
that contains T-SQL commands about the job to be performed and you'll run it
using SQLCMD and schedule to make it run using Windows Scheduler.
--
Ekrem Önsoy



"Anders Balslev" <AndersBalslev@discussions.microsoft.com> wrote in message
news:3835F487-3BE3-43A1-9E06-DE458C60FC28@microsoft.com...
>I also have MSDE installed on the labtop - none else.
>
> I'm surprised that MSDE (which is the counter edition of express, but
> SQL2000) do have the server agent, but not SQL 2005 Express
>
> The reason is that I have made a merge replication system where a central
> server (SQL 2005 Enterprise) is the distributor and publisher, and 20-30
> small labtops is subscribers (pull subscribtion)
>
> This means that we have to get licences to all of the labtops, since SQL
> 2005 Express cannot be setup as a subscriber in a replication system
>
> regards
> Anders
>
> "Ekrem Önsoy" wrote:
>
>> Do you have another SQL Server Edition other than SQL Server 2005 Express
>> Edition and MSDE installed on your system?
>>
>> Because these editions of SQL Server does not have SQL Server Agent
>> service
>> and can not be installed as a seperate package. You can install and use
>> this
>> service only using other editions of SQL Server such as Workgroup,
>> Standard,
>> Developer, Enterprise.
>>
>> I do not have any clue why it appears in that list. I just can think of
>> another installed edition of SQL Server other then Express and MSDE.
>>
>> --
>> Ekrem Önsoy
>>
>>
>>
>> "Anders Balslev" <AndersBalslev@discussions.microsoft.com> wrote in
>> message
>> news:C03CFC69-15D5-450A-876F-87DD314B417C@microsoft.com...
>> > Win XP Pro
>> > I have - apparently successful - installed SQL Server 2005 Express,
>> > with
>> > all
>> > the possible options Incl replication option.
>> > I also have - successfully - installed the SSMS Express
>> >
>> > (concurrently, SQL Server 2000 Desktop Engine is installed and running
>> > in
>> > 2
>> > instances)
>> >
>> > However, When I go into the SQL Server service Management, select the
>> > installed 2005 server, and select the SQL Server Agent, following
>> > errormessage pops up:
>> >
>> > "The specified service does not exist as an installed service"
>> >
>> > How can I install this service?
>> >
>> > Regards
>> >
>> > Anders

>>


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h18.


Édité par : vBulletin® version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14041 seconds with 13 queries