Viewing 15 posts - 1 through 15 (of 137 total)
pmscorca (7/15/2014)
I've two SQL databases, the first one having the schema named sch1 and the second one with the schema
named sch2. I need to copy data of more tables belonged...
July 15, 2014 at 8:56 am
imani_technology (6/9/2014)
June 10, 2014 at 9:21 am
Nikku (4/24/2014)
Thank you 🙂Can it be possible for particular task./package?
Yes. You might want to review this article by Andy Leonard from the Stairways series on SSIS. It discusses...
April 24, 2014 at 12:21 pm
Jake Shelton (3/19/2014)
Am importing from a vertical-bar column-delimited CSV file that looks like a heap when open but imports perfectly in DTS.
However I have tried all available...
March 20, 2014 at 2:26 pm
Two different approaches presented in these articles:
SSIS 101: Object Variables, ResultSets, and Foreach Loop Containers[/url]
SSIS Design Pattern - Read a DataSet From Variable In a Script Task
If these approaches don't...
March 14, 2014 at 9:33 am
sqlbuddy123 (3/14/2014)
Also try to enable SSIS logging in the package and run the Job. That way you can better troubleshoot the issues.
Must have been typing at the same time you...
March 14, 2014 at 9:16 am
Hard to say. If you haven't already done so, consider adding logging to the package. There's a Stairways article about SSIS logging if it's new to you --...
March 14, 2014 at 9:15 am
Glad you got it working. 🙂
March 12, 2014 at 9:22 am
Try using the system start date [System::StartTime] instead of GetDate(). It's the datetime that the package starts. See http://technet.microsoft.com/en-us/library/ms141788.aspx for more details about system variables.
March 12, 2014 at 8:55 am
I'm not sure this will capture everything, particularly if you have multi-column keys, but it should help point you in the right direction. There are probably more complete &...
January 7, 2014 at 11:23 am
Glad you were able to get the information--helpful naming conventions! 🙂
January 6, 2014 at 2:32 pm
Is there a way to query all the facts & dimensions and show the relationships?
It's good to have a bus matrix although more typical to develop it to assist and...
January 6, 2014 at 9:47 am
I've used it for other purposes to populate error related variables. Has been a helpful method to capture error information in variables.
December 17, 2013 at 10:47 am
AVB (12/17/2013)
December 17, 2013 at 9:36 am
Glad you got it to work. 🙂
December 12, 2013 at 7:39 am
Viewing 15 posts - 1 through 15 (of 137 total)