Forum Replies Created

Viewing 3 posts - 76 through 78 (of 78 total)

  • RE: Import Excel data with T-SQL

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

  • RE: Import Excel data with T-SQL

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

  • RE: sp_OACreate fails

    Thanks for your reply.

    If I run this:

    EXEC @hnd = sp_OACreate 'WScript.Shell'

    return @hnd

    the return value is: -2147211484

Viewing 3 posts - 76 through 78 (of 78 total)