I have a DTS package that I run from my PC that imports data from ServerA (SQLBase) to ServerB (SQL Server). It involves over 20 tables.
I am trying to automate this procedure so that it can be scheduled to execute during off hours. What do I need to have in place on ServerB? Can the package be copied or saved to the server (this doesn't appear to bo an option)? Or do I need to recreate the package (UGH)?
Thanks in advance for your help.
I am trying to automate this procedure so that it can be scheduled to execute during off hours. What do I need to have in place on ServerB? Can the package be copied or saved to the server (this doesn't appear to bo an option)? Or do I need to recreate the package (UGH)?
Thanks in advance for your help.