Server Name
senior_oracle
Posts: 6
How can I change the server name from local to .\SQLEXPRESS using c# code .
Urgent please!!! :?
Urgent please!!! :?
Comments
If you save the package as a C# project, you can set the server text in the PackageExecutor class.
e.g.
private string m_ServerName = @.\SQLExpress
I hope this helps.