We have a SQL server 7 database on our PDC and another one on our Internet WEBsite
the Home one is called SmallbServer
The Internet one is Called xx.xx.xx.xx
In Query Analyser I want to run 4 commands
1st
Use Universal ' This is on the local server
' run a DTS package to copy records from Access to SQL
2nd
Use universal1_db ' This is on the Internet
Delete from [Copy-Partmaster Lite]
3nd
Use Universal ' This is on the local server
'run DTS pacakge to copy records from Local server to Internet server
4th
Use universal1_db ' This is on the Internet
Delete From [Copy-PartMaster Lite old]
-------------------------------------
I have the DTS packages created and they work fine.
Now I have to open the Query analyser while I am setting on the Internet server or I get and error saying:
Server: Msg 911, Level 16, State 1, Line 1
Could not locate entry in sysdatabases for database 'universal1_db'. No entry found with that name. Make sure that the name is entered correctly.
So I want to open Query analyser from the local Server and have it run the four commands on the correct SQL Servers.
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
the Home one is called SmallbServer
The Internet one is Called xx.xx.xx.xx
In Query Analyser I want to run 4 commands
1st
Use Universal ' This is on the local server
' run a DTS package to copy records from Access to SQL
2nd
Use universal1_db ' This is on the Internet
Delete from [Copy-Partmaster Lite]
3nd
Use Universal ' This is on the local server
'run DTS pacakge to copy records from Local server to Internet server
4th
Use universal1_db ' This is on the Internet
Delete From [Copy-PartMaster Lite old]
-------------------------------------
I have the DTS packages created and they work fine.
Now I have to open the Query analyser while I am setting on the Internet server or I get and error saying:
Server: Msg 911, Level 16, State 1, Line 1
Could not locate entry in sysdatabases for database 'universal1_db'. No entry found with that name. Make sure that the name is entered correctly.
So I want to open Query analyser from the local Server and have it run the four commands on the correct SQL Servers.
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive