Viewing 15 posts - 1 through 15 (of 20 total)
The variable is not in master package. The variables of child package are getting values from other running instance of the child package. I see this mentioned in some of...
July 3, 2014 at 11:26 pm
Koen Verbeeck (7/2/2014)
Ravi Chhabria (7/2/2014)
Koen Verbeeck (7/2/2014)
Ravi Chhabria (7/2/2014)
Did you get any solution to this? We are facing same issue when executing package containing multiple Execute Package Tasks.
What does your...
July 2, 2014 at 3:44 am
Koen Verbeeck (7/2/2014)
Ravi Chhabria (7/2/2014)
Did you get any solution to this? We are facing same issue when executing package containing multiple Execute Package Tasks.What does your package logging say?
Below is...
July 2, 2014 at 2:56 am
Did you get any solution to this? We are facing same issue when executing package containing multiple Execute Package Tasks.
July 2, 2014 at 1:49 am
Good piece of information. Thanks for sharing !!
December 17, 2012 at 2:09 am
Since you have already used dispose, the object would be available for GC. However till the time GC collects it, it might NOT allow you to copy or attach.
One...
October 15, 2012 at 12:15 am
When you run exe from a process in server 1, it will always get executed on server1's memory irrespective of where it is located.
If you have to run it on...
October 10, 2012 at 10:23 am
Do you need to do this from SQL Server only? If your server2 has a SQL Server, create a job on it to execute the exe and invoke that job...
October 10, 2012 at 6:34 am
I assume you have a bunch of .sql files in a folder that you want to execute. What you can do is use a foreach loop container in SSIS and...
October 10, 2012 at 4:42 am
Yes, you can use SetExecutionParameters method in ReportExecutionService to set the parameters before rendering the report. This can be done in the code in Script Component. Here is the documentation...
October 9, 2012 at 1:33 am
Ok, but i was trying to figure out how do you get below:
"Login Failed for User 'NT Authority\anonymous logon.
Can you post the script that you use to execute? And how...
October 4, 2012 at 9:37 am
Are you connecting to database from a web-application?
October 4, 2012 at 1:59 am
MDF and LDF: Master Data File and Log Data File
NDF: I dont think this has a full form but since it is secondary master data file, MS would have named...
October 3, 2012 at 4:18 am
You can export Integration Services project from SSMS. It will be exported to a ispac file. Then you can open this ispac file in Data Tools. Project Type is Integration...
September 27, 2012 at 2:04 am
Using Command in a data flow task will not give very good performance. I think what you can do is, split the data into Insert, Update and Delete streams using...
September 24, 2012 at 4:07 am
Viewing 15 posts - 1 through 15 (of 20 total)