Viewing 3 posts - 76 through 78 (of 78 total)
Hi James,
Yeah, I came across that article too... it says:
MSDASQL ships with the Windows operating system, and Windows Server 2008 & Windows Vista SP1 are the first Windows releases to...
December 2, 2009 at 6:14 am
#1086419
Hi,
Thanks for your answer. The code you sent works on my old SQL2005 server. But when I run it on my SQL2008 I get this error:
Msg 7403, Level 16, State...
December 2, 2009 at 5:42 am
#1086386
Thanks for your reply.
If I run this:
EXEC @hnd = sp_OACreate 'WScript.Shell'
return @hnd
the return value is: -2147211484
November 30, 2009 at 3:04 am
#1085305