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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Finding SQL Install Path in ActiveX Script

Author  Topic 

hearnie
Starting Member

49 Posts

Posted - 2005-05-05 : 06:19:12
hi All,

Does anyone know how to find the install path of the SQL Server Instance from an ActiveX Script?

cheers in advance for the help

H.

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-05-05 : 07:25:06
From QA, you can use
Select filename from sysfiles

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

hearnie
Starting Member

49 Posts

Posted - 2005-05-05 : 08:46:56
Yeah the problem is I dont want to use QA, I want to get it in an ActiveX Script within a DTS package?
Go to Top of Page
   

- Advertisement -