I am trying to create a DTS package or just plain T-SQL to:
1st Delete Records from Table1 on WEB site
2nd Import records from Access 2000 into a SQL Table1 on WEB site
3rd Delete records from SQL Table2 on WEB site
4th copy records from Table1 on WEB site to Table2 on WEB site.
How do I refer to a different Server in T-SQL
Use xxxx does not work
I cannot save the JOB on the WEB site server.
I have each step working separately OK.
So if I run the jobs one at a time they work OK
I just cannot get the whole thing to run as a Scheduled JOB.
DougP, MCP
1st Delete Records from Table1 on WEB site
2nd Import records from Access 2000 into a SQL Table1 on WEB site
3rd Delete records from SQL Table2 on WEB site
4th copy records from Table1 on WEB site to Table2 on WEB site.
How do I refer to a different Server in T-SQL
Use xxxx does not work
I cannot save the JOB on the WEB site server.
I have each step working separately OK.
So if I run the jobs one at a time they work OK
I just cannot get the whole thing to run as a Scheduled JOB.
DougP, MCP