简体   繁体   中英

How to log the server/database names that are being used by SSIS packages?

Can someone help me with the below? I really appreciate it! Thank you very much in advance!

How to log the server/database names that are being used by SSIS packages?

This can be done in a few ways. How I would do it is like so.

  1. Create variables to store your data.
  2. Use package configurations to map your variables to the database. This will allow you to change the values as you move environments by creating a script that sets the specific info by server name.
  3. Write to a flat file destination of your choice the variable info.

Let me know if I need to clarify.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM