Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Create Linked Server to Informix DB

    What is your server configuration? OS ? 32-bit or 64-bit?

  • RE: User or role already exist

    use yourdbname

    exec sp_change_users_login 'AUTO_FIX','yourloginname'

    another way out of this is to delete schema & user from your database, recreate login and map itto your 3 database .

  • RE: Broken linked server

    This seems to be a problem that remote access is not properly configured.

    exec sp_configure 'remote access', 1

    go

    reconfigure

    go

  • RE: Maintance Plan

    Specify what your job does...and what step 1 for

  • RE: ODBC error

    We had same problem couple of months ago with a PC running in the domain. To solve this problem, we manually created an DSN under administrator account, with TCP/IP connection...

Viewing 5 posts - 1 through 5 (of 5 total)