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 |
pithhelmet
Posting Yak Master
183 Posts |
Posted - 2008-01-09 : 10:24:55
|
Hi everyone -I have a custom written DLL that should be able to be called from the SQL Server machine.But it is failing.Are there any permissions that i need to establish with the DLL?I have it loaded in the system32 and registered.I don't really know where to go after registering it, so thats why there isn't more notes.thanks tony |
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2008-01-09 : 16:26:14
|
how are you trying to call it from SQL Server?DLLs that you call from SQL Server are called extended stored procedures. Here is a KB article that might help you get started http://support.microsoft.com/kb/190987-ec |
 |
|
pithhelmet
Posting Yak Master
183 Posts |
Posted - 2008-01-10 : 08:40:25
|
Update - i reregistered the .dll in the system32 directory with admin level account,and now it is working....thanks for the reply |
 |
|
|
|
|