Tablediff with linked server

  • Hi,

    i have created a linked server that point to a firebird database,

    everything is fine , i can query the database with something like

    Select * from MYLINKEDSERVER...MYTABLE

    now , can i use tablediff utility with this linked server .

    if yes can you please give me an example .

    i would say also that performance is not very important to me.

    this would be used at the end of the day to make some sort of replication by generating a sql script with datadiff, and run it on a local sql server database and a web based SQL database

    the replication is not an option since i am using a shared web hosting and replication is disabled on it .

    thanks and good day

  • I don't think it can be done.

    -- Gianluca Sartori

  • yep .

    finally i have created a third sql server database , imported data into from the linked firebird database,

    than run tablediff with the two SqlServer dbs .

    and it seems to work for now 🙂

    i have to do some tests ...

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

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