sqldevrequiretektips
Programmer
I have Designed DTS Package on My Local SQL Server.
Job & Flow :..
On DTS Design screen I have only three things
1) I have Microsoft OLEDB Provider which connect to my local SQL server
2) Execute SQL Task : Which contain 5 store procedures (this store procedures update/delete some tables)
3) Email Task : When everything Successfully completed then it send an email to me.
Reason to Develop DTS Package : Every month we have to update some tables so that's why I decide to create DTS Package.
My Question :
When Production server's (DBA) copy my package to production server, Is there anyway we can change connection property automatically to production server.
As you know rigth now Connection property has been setup to my local SQL server machine.
My question in Another words, When DBA copy my package to production server, DBA don't have to change anything and DTS Package should ready for run. Is it possible?
F.Y.I : All Necessary tables and Store procedures are allredy on Production server(Tables,SP which i am using in my package)
Any advise would really appriciate..
Thx
AD
Job & Flow :..
On DTS Design screen I have only three things
1) I have Microsoft OLEDB Provider which connect to my local SQL server
2) Execute SQL Task : Which contain 5 store procedures (this store procedures update/delete some tables)
3) Email Task : When everything Successfully completed then it send an email to me.
Reason to Develop DTS Package : Every month we have to update some tables so that's why I decide to create DTS Package.
My Question :
When Production server's (DBA) copy my package to production server, Is there anyway we can change connection property automatically to production server.
As you know rigth now Connection property has been setup to my local SQL server machine.
My question in Another words, When DBA copy my package to production server, DBA don't have to change anything and DTS Package should ready for run. Is it possible?
F.Y.I : All Necessary tables and Store procedures are allredy on Production server(Tables,SP which i am using in my package)
Any advise would really appriciate..
Thx
AD