Viewing 7 posts - 1 through 7 (of 7 total)
Moving to SSIS for package execution was my first thought as well when I realized that we needed to execute in parallel. I also used the execute task to execute...
September 2, 2009 at 9:00 am
ah, found this nifty link in relation to the dynamic connections in SSIS
http://www.sqlservercentral.com/articles/Video/64262/
Just curious, does anyone use the SQL table for storing their configurations?
July 6, 2009 at 8:07 am
well, it was basically telling me that the meta data was out of sync. I only needed to open the package and close it, and the error was resolved. We...
July 6, 2009 at 8:02 am
1. Could you please post type of packages you are running?
I'm not exactly sure what you mean by type of packages. Most of the Constructs in SSIS are being used...
May 25, 2009 at 12:15 am
Something to keep in mind as well is that SQL2008 and the corresponding release of SSIS now has the ability to use C# as script component. So you don't necessarily...
May 24, 2009 at 4:21 pm
You can set up a SQL Server Agent job to execute the Sproc at defined intervals.
October 30, 2008 at 1:56 pm
Hey khaysmer,
It Looks like you may be missing the insert statement before your select.
typically it would look something like
Insert into Yourtable (value1, value2, value3)
SELECT ...
October 30, 2008 at 10:35 am
Viewing 7 posts - 1 through 7 (of 7 total)