Viewing 9 posts - 1 through 9 (of 9 total)
After some trial and error I found a partial answer to my problem. The package I was calling was a parent package. If I called the child packages...
September 28, 2012 at 12:07 pm
What edition of SQL Server is this available with?
June 18, 2012 at 8:37 am
We are using data flows where the source is a SQL command. The queries have been gone over with several times to make sure that they using the right...
June 8, 2011 at 8:18 am
The queries don't have parameters.
One of the queries did have two CTEs. When we rewrote the query using derived tables instead of the CTEs we didn't get the CXPACKET...
June 3, 2011 at 2:33 pm
Any luck with this? I have to do something similar.
October 19, 2010 at 3:31 pm
Yes, removing the TABLOCK did help performance.
My question though is still: does it matter if you have the same table being loaded by 12 different flows simultaneously or should the...
April 27, 2010 at 7:58 am
The data I provided was just an example to make the point. I am very familiar with the T-SQL solution suggested and use it frequently. 🙂 ...
January 15, 2010 at 7:22 am
Sabya,
Thanks for the links. It is actually Rafael Salas' solution that I was trying to implement.
After some more poking at my package I got this error message:
Warning loading <PackageName>...
December 10, 2009 at 1:02 pm
I am trying to use the package configurate type of sql server.
December 10, 2009 at 8:14 am
Viewing 9 posts - 1 through 9 (of 9 total)