SSIS - Package Configurations
Uploader Comments (PCTeachME)
All Comments (16)
-
Wow! This video is fantastic! Thanks for all of your help!
-
@jimcasper12 Nice to be loved ;)
Okay! There are definate advantages to using a SQL configuration table over XML. If you follow the video up to the point I create the XML file, all you need to do is change the config type to SQL. It should ask you for a database connection from connection manager, either create a new one or choose an existing. Since this is the first time you are creating one click "New" on the configuration table and then follow the video as before. Job Done! Good Luck!
-
WOW!. You just saved me 4 hour of reading on this subject. Thanks a lot.
One request could you also tell us how to configure the same using Sql server table. Keep up the good work, we all at ProWiz love you.
thnx a lot , that was very useful
asterix1986tps 5 months ago
@asterix1986tps Thanks for the feedback!
PCTeachME 5 months ago
Its really good and helpful, but i have question to ask,
1) Can we define file name in Deployment Configuration?, let say customer going to send data in different file names, so i want to configure like "C:\ToSSIS\*,csv", how to do that?
2) Also is it possible to Trigger SSIS Package automaticaly on receive of file in above folder?
Thanks
RakeshMCM 6 months ago
@RakeshMCM Hi,
Very good questions! I will respond to the order which you asked:
1. This is not so much package configurations. I imagine what you are after is the ability to do multiple inserts/updates based of a series of excel files. If this is the case then you need to do a loop rather than package configs. A "For Each" loop (look on the toolbox) will allow you to select the same file types(same folder) and then loop through them.
cont...
PCTeachME 6 months ago
@RakeshMCM ...cont...
2. A package can either be called after the process is complete by use of the "execute package" task.
Alternativley, you could set up a package which the SQL Server agent would run at an interval of your choosing (e.g. run package every 5 mins). I would always reccomend the first approach as this gives you much more control over the logic where as the SQL Server agent schedule is running regardless of the outcome of your excel import.
Hope this answers your questions.
PCTeachME 6 months ago
Wow! Awesome video, this information is so hard to find on the Internet! Great info!
iortizvictory 8 months ago in playlist SSIS Tutorials
@iortizvictory Thanks for the feedback. Make sure you subscribe to this channel or my website to be kept informed of new vids/articles. If there is anything you want to know about or was across to ask. Just give me a shout!
PCTeachME 8 months ago