Problem with Linked Tables

  • I've added a linked server to my SQL Server. The link seems to be fine, it's just a question of how to make the data available to queries in my SQL Database.

    I can run a query against it

    SELECT * FROM

    LINKEDBASE...tblNewData

    but I can't save the view (Error:"ODBC Error: ... MSDTC on server... is

    unavailable").

    Can anyone tell me what I'm doing wrong?

    Thanks in advance,

    Dave

  • Looks like you need to start the MSDTC service on the server

  • It was off at first, so I started it but had no luck.

    However, came back this morning and... it works. Don't ask me how or why, but the problem went away.

    But could it really be linked to the MSDTC service if the query can be run (returns rows) but not saved?!

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

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