DTS is a client and will be executed whereever you push the button. if your
box is not the SQL Server and you want to execute the package with no
changes to the package then what I personally do is this
i create an alias on all machines that will run my packages. I do this
using cliconfig. I call the alias DTSSettings. All my SQL Server
connections then use this alias. That way the package never changes but I
simply change the alias.
"GeorgeTAI" <GeorgeTAI (AT) discussions (DOT) microsoft.com> wrote
Quote:
I am using enterprise manager to connect to the SQL server from my
computer.
This did change the connection, however it chaged it to the local computer
name I am using not the SQL server name. I think we are very close. I
just
need to know how to get the SQL server name not my computer name, by the
way
thanks for all of your help thus far. |