![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a link server I'm trying to connect to in a DTS package. I'm not sure what connection to use and how to set it up. Any suggestions?? |
#3
| |||
| |||
|
|
Hi, "news.microsoft.com" wrote: I have a link server I'm trying to connect to in a DTS package. I'm not sure what connection to use and how to set it up. Any suggestions?? do you mean a linked server is defined on your SQL Server? Generally DTS connects servers through dedicated connections and therefor doesn't use your linked server. So you can query the linked server in sql tasks as normal source. Or you define a connection object for that server and specify your connection parameters there. Can you clearify your question? Helge |
#4
| |||
| |||
|
|
Yes I mean linked server, I was trying to use a connection is the DTS packages, But it sounds like I have to write out the sql code in order to connect. |
![]() |
| Thread Tools | |
| Display Modes | |
| |