Strange DTC problem

  • I am encountering a strange problem when querying data from linked server.

    For test purposes I have a linked server to delete data from the same server (SQL Server 2000 SP4). And I get the following error message

    OLE DB error trace [OLE/DB Provider 'SQLOLEDB' IRowset::GatherStats returned 0x80004005: OLE DB provider SQLOLEDB returned 0x80004005 for OpenRowset during statistics gathering].

    I am getting above error only when I used WHERE clause in the query otherwise it works fine when no WHERE clause is used. I checked DTC is well configured and no problem with it. I also have proper login permissions on linked server. What could be the problem? Your help appreciated. Thank you.

  • Check dbcc traceon (3604) or (7300) is enabled.

    If it is enabled it should be off.

    Thansk

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

You must be logged in to reply to this topic. Login to reply