Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a little assistance...

Status
Not open for further replies.

ranchan02

Technical User
Nov 1, 2005
13
US
Hi Everyone:

I wrote a stored procedure that calls the master..xp_cmdshell and when I execute my stored procedure, it gives me this error:

----------------
Cannot load the DLL xplog70.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
----------------

I did a search on the machine that hosts the SQL Server and the file xplog70.dll does not exist in there, so could someone explain to me how to re-install this dll file? Thank you.
 
If memory serves me well, that file must be in MSSQL\Binn directory. Some DBAs remove it for security reasons...

------
[small]select stuff(stuff(replicate('<P> <B> ', 14), 109, 0, '<.'), 112, 0, '/')[/small]
[banghead]
 
Hi vongrunt:

Thanks for the reply. Dumb question...can I just copy and paste the dll into this MSSQL\Binn directory from the CD?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top