January 28, 2011 at 3:30 am
How to generate base folder path in which it contains source files,ssis solution explorer path , error files in ssis
January 28, 2011 at 3:45 am
Can you elaborate more what exactly yu are trying to do?
Abhijit - http://abhijitmore.wordpress.com
February 3, 2011 at 4:12 am
Hey,
I guess in the script task under C# language add the script
string path = System.Windows.Forms.Application.StartupPath;
Dts.Variables["User::Root_path"].Value = path;
MessageBox.Show(Dts.Variables["User::Root_path"].Value.ToString());🙂
and then create a SSIS variable and aassing the script to the ssis variable
I hope this helps...
Thanks
Anil Inampudi
February 3, 2011 at 5:09 am
jyothi_siri2000 (1/28/2011)
How to generate base folder path in which it contains source files,ssis solution explorer path , error files in ssis
If you operating system is windows:
navigate to the desired location with windows explorer, right-click on the screen, choose new and then folder.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 9, 2011 at 3:50 am
You option in the FILE SYSTEM task where you create a folder or file.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply