andypgill Starting Member
32 Posts
visakh16 Very Important crosS Applying yaK Herder
India 48076 Posts
quote:Originally posted by visakh16I dont understand why you need to trigger ssis execution from excel sheet though.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
quote:Originally posted by visakh16if you've saved package in filesystem you should be using /File switch option rather than /SQL. /SQL is for SQL Server deployment.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
madhivanan Premature Yak Congratulator
India 22469 Posts
quote:Originally posted by madhivananI would say you need to run this in a batch file which is very easyMadhivanan
quote:Originally posted by andypgillThanks for your replyquote:Originally posted by madhivananI would say you need to run this in a batch file which is very easyMadhivananI'm getting closerIf I run"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe" /f "G:\4. Financial Mgmt\4.2 Management Accounting\4.2.5 Departmental\4.2.5.5 SQL FEEDS\Proj_Forecast\Proj_Forecast\Budgets 2.dtsx "from winXP run it works fine.However If I add this to a .bat file it doesn't work, do I need to amend it slightly ?Will I be able to call the .bat file from excel ?