
Problem with stored procedure
Paul,
Your problem is with your development environment. I guess that you are
using visual studio and try to debug or similar.
Copy all SDI*.* file from the SQL Server CD into the SQL Server BINN
directory. You find about 5-10 of them all in the same directory on the CD.
--
Tibor Karaszi, Cornerstone Sweden AB
MCDBA, MCSE, MCSD, MCT, SQL Server MVP
Please reply to the newsgroup only, not by email.
Quote:
> Can anyone see a problem with my stored procedure - below:
> /*
> ** Add an object to the dtproperties table
> */
> as
> /*
> ** Create the user object if it does not exist already
> */
> ------------------END
> I get the message in the server error log:
> Cannot load the DLL SDI, or one of the DLLs it references. Reason:
126(error
> not found).
> Can anyone help??