Groups | Blog | Home
all groups > sql server clients > march 2006 >

sql server clients : Loading SQL Server 2000 stored proc in SQL Server 2005


gmone
3/14/2006 8:56:18 AM
Greetings,

We've recently migrated our database from SQL Server 2000 to SQL Server
2005. Most of this migration has gone well with backup/restore, and a few
post steps...

One last issue remains, I'm trying to run a stored procedure in 2005 that
calls an extended stored procedure that was created with VS.NET 2003, for SQL
Server 2000, and am getting "Could not load the DLL or one of the DLLs it
references. Reason: 126(The specified module could not be found.)."

The modules are present at the location specified. The DLL references the
C++ runtime libraries (from VS.NET 2003) which are also present at teh
location of the DLL for the extended stored proc. All seems proper...

Should i expect to be able to do this, or is this not a directly supported
migration path?

Any suggestions appreciated!

Thanks,
Gary
gmone
3/14/2006 11:25:33 AM
Yes, the extended sproc was successfully recreated in 2005, and uses the full
path to the vs.net 2003/sql server 2000 created DLL...

[quoted text, click to view]
Oleksandr Chuchko
3/14/2006 8:36:21 PM
Are these extended sprocs were recreated in SQL Server 2005 using full path
for xp's DLL?

--
WBR, Evergray
--
Words mean nothing...


[quoted text, click to view]

AddThis Social Bookmark Button