|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 10:02 AM
Points: 1,605,
Visits: 2,785
|
|
Hello, When I tried to stop a sql server service on a server, it also pops up a message saying it will also stop sql agent service and arcGIS service (sde), so it seems there is a dependency there,how to add or remove a dependency to sql server service?
was it be added when install the application?
thanks
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Saturday, May 18, 2013 1:28 AM
Points: 62,
Visits: 1,140
|
|
To remove a depenancy you need to go to the following registry entry: HKLM\SYSTEM\CurrentControlSet\services\<service>. There you find a REG_MULTI_SZ key named DependOnService where you can remove any services your service depends on
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 10:02 AM
Points: 1,605,
Visits: 2,785
|
|
| Thanks, will give it a try
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 10:47 AM
Points: 37,729,
Visits: 29,990
|
|
While you can, I don't recommend that you should. If the service has been set as dependant on SQL Server, there's probably a good reason. Removing that dependency may cause unexpected behaviour. At least speak to the vendor before you go and change the configuration of their app's services.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 10:02 AM
Points: 1,605,
Visits: 2,785
|
|
Thanks, I will not, I just want to know how those dependency are added in case if we migrate the databases from one server to a new server, do we need to do the same thing?
So in order to add dependency, we have to go to registry to add that, or when install application it will automatically add that?
Thanks
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 10:47 AM
Points: 37,729,
Visits: 29,990
|
|
Well, did you go through the registry to create the dependency on the current server? I highly doubt it.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 10:02 AM
Points: 1,605,
Visits: 2,785
|
|
No, I don't know. The server was setup years ago by people who has left.
Thanks,
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 10:02 AM
Points: 1,605,
Visits: 2,785
|
|
I just found out on a testing server we tried to install the application and sql server, the dependency are there too. So it was done through the application installation.
Thanks,
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 5:53 AM
Points: 5,204,
Visits: 11,158
|
|
ARCGIS or ARCSDE may use either an oracle or sql server RDBMS, it wouldn't be my preference to install the GIS system on the database server as these systems can be extremely intensive. A multi tiered approach is much better to guarantee performance.
Check with ESRI the vendor if the depedency is something they set, from my experience it's not but better to check anyway.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|