Problem with stored procedure 
Author Message
 Problem with stored procedure

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??



Sun, 20 Oct 2002 03:00:00 GMT  
 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??



Mon, 21 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Problem with stored procedure OLEDB/ODBC

2. Problem with Stored procedure...

3. Problem with stored procedure OLEDB/ODBC

4. Problem with stored procedure execution from dll

5. Problem with stored procedures

6. problems with stored procedure

7. Problem with stored procedure OLEDB/ODBC

8. Problem with Stored Procedures String Parameter and ADO

9. Problem with stored procedure OLEDB/ODBC

10. Problem with stored procedure

11. Problem Viewing Stored Procedure Parameters with Data Links or Data Env.

12. Problem Viewing Stored Procedure Parameters with Data Links or Data Env.

 

 
Powered by phpBB® Forum Software