Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Remote Query Performance Tuning

    In this line of code: INSERT INTO scada_archive.dbo.ScadaArchive SELECT * FROM #tagData WHERE DateAndTime < @sd;

    you filter on DateAndTime... just filtering your remote table on that will return fewer...

Viewing post 1 (of 1 total)