Scenario:
After developing SSIS Package, The next step is to schedule
this package. We can schedule by using SQL Server agent etc. But how about your company asks you to create
Excel Macros with some button and whenever their users want to run the package
they click on the button and execute SSIS Package. This might not be requirement most of the time but I have seen these types of requests.
Solution:
To execute our package by using Excel , we have to create
Macros. Follow the steps below to make
this work
Step 1:
Open Excel. Go to Developer Tab and then Go to Insert and
Insert Command Button as shown in snapshot.
Step 2:
Place the Command Button anywhere you like on Excel sheet. Then Right Click on Command Button and go to Properties and set the Caption for Button as shown below
Step 3:
Double Click on the Button and write code as shown in snapshot
Code written in snapshot:
Private Sub CommandButton1_Click()
'Below Three Lines are used to run SSIS Package
'Declare Command as String
Dim Command As String
'Set the value of Command, that includes dtexec and SSIS Package Location
'Replace C:\Users\ashahzad\Documents\Visual Studio 2008\projects\SSISProjects\Package2.dtsx with your package location
Command = "dtexec /f ""C:\Users\ashahzad\Documents\Visual Studio 2008\projects\Load_Database_Scrub\Load_Database_Scrub\Package2.dtsx"""
'Run the Package
Call Shell(Command, 0)
End Sub
After writing code, save it and close the window.
Step 4:
Save the File as shown in snapshot ( Excel Macro-Enabled Workbook)
Step 5:
Open the Book1.xlsm where you saved and Click on Button as shown in snapshot. It will run your SSIS Package that you have provided in VBA Code.
Thanks for sharing a useful information with us. If someone wants to know about Safety Softwares and Occupational health and Safety Software I think this is the right place for you.
ReplyDeleteI think SSIS is actually the best tool to provide solutions to some very simpler complex IT problems.
ReplyDeleteSSIS Postgresql Write
It is amazing and wonderful to visit your site.Thanks for sharing this information,this is useful to me...
ReplyDeletehttp://chennaitraining.in/oracle-training-in-chennai/
http://chennaitraining.in/oracle-dba-training-in-chennai/
http://chennaitraining.in/odi-training-in-chennai/
http://chennaitraining.in/oracle-soa-training-in-chennai/
http://chennaitraining.in/teradata-training-in-chennai/
http://chennaitraining.in/informix-training-in-chennai/
http://chennaitraining.in/sybase-training-in-chennai/
http://chennaitraining.in/sql-server-dba-training-in-chennai/
Great Article! This blog is useful for everyone. Turnao is a web-based application used to Convert excel spreadsheet to online database.
ReplyDelete