Viewing 15 posts - 196 through 210 (of 258 total)
Using the lookups took 31 min 15 seconds. Using the joins on the server took 45 minutes.
The table I split into 3 pipelines contained 31,413,234 records. I did restrict to...
March 1, 2011 at 12:28 pm
I tried it both ways, one with doing the joins on the server in the query and another where I used lookups to pull only the columns needed in the...
March 1, 2011 at 11:58 am
No my ColA values could be different with more or less distinct values with each execution.
February 24, 2011 at 9:44 am
I searched and searced the web and finally found the answer. There is only one enumerator for the recordset so if you need to use it with more than one...
January 14, 2011 at 12:28 pm
Thanks TheSQLGuru, I have one question though. I'm assuming that the script needs to executed on the master database and then the sprocs created are called inside jobs, other sprocs...
January 5, 2011 at 8:12 am
Thanks, worked like a charm. However I need to move the mdb files again. Is there any way to save the the logins with their database permission settings intact when...
October 19, 2010 at 7:55 am
oops, didn't see the posts on the second page and had double posted the preceding post.
October 1, 2010 at 11:16 am
SUCCESS!!!
Turns out you can change the DelayValidation for the package and it is scoped down to everything in the package.
Also needed to make sure every task, container, or...
October 1, 2010 at 11:05 am
I have Sequence container which holds a DataFlow which holds a number of sources which I want to turn off Validation. If I set the DelayValidation Property of the Sequence...
October 1, 2010 at 8:10 am
I have a different error now: "VS_NEEDSNEWMETADATA" which is resulting from the datacolumn being changed on the database I'm pulling from but with the following properties set it causes the...
October 1, 2010 at 7:18 am
Is there a possibility that the SendEmailTask sent the email then failed afterwards? I recieved an email stating that one of the sequence containers failed (The Email task is connected...
September 30, 2010 at 12:11 pm
Is it possible that the "ErrorCount" value being checked is the error count for the entire package and not just for that task? I had a SendEmail task with its...
September 30, 2010 at 11:56 am
I have the MaximumErrorCount = 10.
September 30, 2010 at 11:19 am
Good to know. Thanks guys.
September 29, 2010 at 8:59 am
I never found an easy fix for this but managed to find a work around. I changed my datasource task to use a "Select" statement and added the ISNull(Fildname,'') in...
June 21, 2010 at 10:57 am
Viewing 15 posts - 196 through 210 (of 258 total)