Viewing 7 posts - 1 through 7 (of 7 total)
/* try this - it may not make a difference but it might help you find the bottleneck */
;with cte as
(
select a.*
from tbl_documents AS a
inner...
December 2, 2015 at 1:17 am
Let me rephrase my original question.
Hello,
I know how to "Create and map a Server Environment" using management studio (https://msdn.microsoft.com/en-us/library/hh213230(v=sql.110).aspx).
Is it possible to create the environment in Integration...
October 27, 2015 at 8:00 am
The following link describes a method that successfully passes by reference from child package to parent package
October 19, 2015 at 8:54 am
Obviously I should have made myself much clearer from the start.
My predecessor ported an SSIS solution to 2012. It contained 8 packages. By default the solution was encrypted...
September 9, 2015 at 9:48 am
An inherited SSIS (2012) solution displays the following messages when I try opening it in VS 2012:
"One or more projects in the solution were not loaded correctly."
Then another message...
September 8, 2015 at 10:03 am
I need access to the solution to modify it.
September 8, 2015 at 9:08 am
Thanks but I need to get to the source.
September 8, 2015 at 8:54 am
Viewing 7 posts - 1 through 7 (of 7 total)