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 |
ilan_thendral@yahoo.com
Starting Member
3 Posts |
Posted - 2007-05-14 : 09:22:57
|
I require Api call or any ways to find the installed path of SQL SERVER 2005.This is required becauses you application register set of extended procedures. As part of SQL SERVER 2005 we found that the dll has to be registered with full path in general<b> "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn" </b>since customers may install the server in any drive , i require to find the installed path.A help on this will help me a lot..Thanks Ilanthendral.R |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-05-14 : 10:10:52
|
It's in registry. |
 |
|
|
|
|