I am writing SSIS PACKAGE and there is Development, Production and UA server
Since I am developing package in Development(Dev) area and everytime I have to change the server name for example Select * from [Servername].[Database name]. [tablename] everytime performing this query in different environment I like to use Variable or parameter any idea? or How can I write stpre proc with this?
Since I am developing package in Development(Dev) area and everytime I have to change the server name for example Select * from [Servername].[Database name]. [tablename] everytime performing this query in different environment I like to use Variable or parameter any idea? or How can I write stpre proc with this?
Vijay Patel