Viewing 15 posts - 1,006 through 1,020 (of 2,278 total)
Check a couple things.
-Are there any blank rows in your spreadsheet?
-Has the schema of the spreadsheet or the destination changed at all?
August 4, 2011 at 7:36 am
Does the GUID parameter have a default value?
August 4, 2011 at 7:26 am
Why don't you just use your parameter as a constraint on your dataset query rather than trying to hide/show your data?
August 4, 2011 at 7:16 am
bopeavy (8/4/2011)
Stuart Davies (8/4/2011)
stilettoAK
dangerous
August 4, 2011 at 7:13 am
Implicit conversion is one of those issues, where if you know it, you just know. If you don't know it, the result is very unexpected. I am learning...
August 4, 2011 at 7:06 am
Clearly this is some kind of parallelism issue. Changing back to parallel began to have inconsistent results again.
I really want this package to run these tasks in...
August 3, 2011 at 9:20 am
Although I hesitate to accept the locked variable concept, I added precedence constraints between all the tasks and it ran 3 times without fail. Hmmmm. I think I...
August 3, 2011 at 7:00 am
Revenant (8/2/2011)
bopeavy (8/2/2011)
SQLRNNR (8/2/2011)
calvo (8/2/2011)
--------------------------------------------------------------------------------
bopeavy (8/2/2011)
--------------------------------------------------------------------------------
Morons
correct
moroffs
Noroffs
nandoffs
Madoff
August 3, 2011 at 6:48 am
I am running them in parallel. Interesting idea of a locked variable. I really hope that is not the problem because that has some pretty frightening implications in...
August 2, 2011 at 2:48 pm
Strange indeed. I have been fiddling with this on and off for weeks. I have spent hours on Google searching for a clue. So far I have...
August 2, 2011 at 12:16 pm
How is the current date is populated to the variable "User::DateStamp"?
It is populated by this formula
(DT_STR, 4, 1252) YEAR( GETDATE() ) + RIGHT( "0" + (DT_STR, 2, 1252)...
August 2, 2011 at 7:04 am
Please define your problem in a little more detail. What is/is not happening? Are you getting any errors? What have you already tried?
August 1, 2011 at 8:47 pm
I did a little searching online and found this formula for pdf files:
(Body Width + Left margin + Right margin) <= (Page width)
I believe the same holds true for page...
August 1, 2011 at 9:21 am
Viewing 15 posts - 1,006 through 1,020 (of 2,278 total)