I'd like to use variables in my OLEDB description of my SSIS package connection.
How can I name my @[User::BASE] and @[User::SERVER] variables in the "Initial Catalog" and "Data Source" respectively in my Connection Manager window when I build my connection ?
What is the correct way to reference those variables ?
(I had no problem with my SQL 2000 DTS package, using the global variables names BASE and SERVER in those same fields, but the SSIS beats me).
Thanks for your help.
How can I name my @[User::BASE] and @[User::SERVER] variables in the "Initial Catalog" and "Data Source" respectively in my Connection Manager window when I build my connection ?
What is the correct way to reference those variables ?
(I had no problem with my SQL 2000 DTS package, using the global variables names BASE and SERVER in those same fields, but the SSIS beats me).
Thanks for your help.