|
amitabhwankhede
Starting Member
2 Posts |
Posted - 02/09/2007 : 07:24:13
|
hi, i have an application that was running successfully on sql server 2000 x86 machine but now its been migrated to sql server 2005(64 bit) with windows 2003 server x64 machine. And now the xp_smtp_sendmail is not working when called through sql server even declare @rc int exec @rc = master.dbo.xp_smtp_sendmail @server = 'my.server.com', @port = 25, @ping = 1 select RC = @rc wont work it would give error that could not load the dll or one of its module not a valid win32 application. but its working fine in x86 win server 2003 n sql server 2005 machine when i run dependency walkthrough it, it shows some dlls missing i have also read that in syswow64 can run only those application that are not running in kernel mode. what might be the problem...or should i look for another alternative.. thanks for help in advance
|
|