For some reason Sql 2005, by default, creates different folder paths (such as MSSQL.1, MSSQL,2, etc) for different services.
1. Is there a utiltiy that can tell me what service is stored in what folder?
2. I noticed that Integraiton Servcies does not seem to have a seperate ("MSSQL.x") folder. Why?
Any help much appreciated,
Barkingdog
"Is there a utiltiy that can tell me what service is stored in what folder?"
Yes, SQL Server Configuration Manager. Select SQL Server 2005 Services after you start the tool. Right-click on a particular service and select properties. Select the Service tab and the path is in the Binary Path attribute.
" I noticed that Integraiton Servcies does not seem to have a seperate ("MSSQL.x") folder. Why?"
My guess is that the sql directory structure is this way because SSIS does not require several other OS files as do the other services. But thats a guess. It is what it is :)
HTH,
Derek
No comments:
Post a Comment