Viewing 15 posts - 631 through 645 (of 4,272 total)
Well in a data-flow you could use a OLE DB Command to write items into the queue but I don't believe you could do a bulk insert.
You could also use...
January 25, 2012 at 11:02 am
You can query the WMI class Win32_ComputerSystem and look at Manufacturer and Model.
This works against a Win 2008R2 and Win 2000. Which would mean that everything in between also...
January 25, 2012 at 8:06 am
I've run into this as well, I combined the small flows into a single one and ran that in parallel with some others that ran much longer. This gave...
January 24, 2012 at 6:37 pm
PaulB-TheOneAndOnly (1/23/2012)
Dev (12/21/2011)
PaulB-TheOneAndOnly (12/21/2011)
Elliott Whitlow (12/20/2011)
January 23, 2012 at 9:09 am
I am more than a little unsure about the methodology you are employing in your package but it sounds like it is nearly impossible to maintain.
As part of your initial...
January 20, 2012 at 11:56 am
You might look at:
This is where I started from. Word of warning, it aint pretty.. but it seems to work.
CEWII
January 20, 2012 at 10:30 am
First, I am fundamentally against trying to make SSIS packages interactive, this is not what the technology is for and requires installation of software on individual machines that may incur...
January 17, 2012 at 9:11 am
Phil Parkin (1/16/2012)
Damn - you beat me by 2 minutes!
I have that happen all the time on hot topics..
CEWII
January 16, 2012 at 10:23 am
Is the process known? What I mean is that if Phase 1 returns X result you will ALWAYS go Branch A, if it returns Y then you will always...
January 16, 2012 at 9:56 am
What kind of selections?
Really SSIS is not designed for user interaction. You would need to know the choice BEFORE the package was started, if that would be ok then...
January 16, 2012 at 9:17 am
I don't believe this can be done. I actually think the DLL that contains the underlying component is what controls this.
CEWII
January 16, 2012 at 8:16 am
(angels heralding Alleluia)
Well it is good the mystery is solved because we were out of ideas..
CEWII
January 16, 2012 at 8:14 am
SSIS is not meant to be interactive. There is no forms builder. It is meant to be run on a server with no interaction from a user. ...
January 16, 2012 at 8:12 am
Yes, 2000 supports default parameters. I'm almost 100% sure that 6.0, 6.5, and 7 do as well..
CEWII
January 13, 2012 at 3:12 pm
Yep, thats it.. Glad they added it.. It was "unpleasant" to have to do that in SQL 2005..
CEWII
January 13, 2012 at 9:16 am
Viewing 15 posts - 631 through 645 (of 4,272 total)