SevereIdea
MIS
I have two SQL Servers (SERVERA, SERVERB) On SERVERA I have a database (OGWIN) with a view (vw_zCutChecks). I created a one run DTS package that created a table (Checks) in a database (WTCHECKS) on SERVERB and imported all the records from that view. That was easy and worked perfectly, but now I'm having trouble with my next task...
I need to create a package that gets MAX(number) from SERVERB.WTCHECKS.Checks then pulls and imports into SERVERB.WTCHECKS.Checks all records from SERVERA.OGWIN.vw_zCutChecks where Number > MAX(Number) parameter.
Thanks,
Dave Savittiere
I need to create a package that gets MAX(number) from SERVERB.WTCHECKS.Checks then pulls and imports into SERVERB.WTCHECKS.Checks all records from SERVERA.OGWIN.vw_zCutChecks where Number > MAX(Number) parameter.
Thanks,
Dave Savittiere