Viewing 15 posts - 751 through 765 (of 1,118 total)
David Brea (6/10/2009)
Has somebody exported a Select (TSQL) result set to a DBF file (DBase iv, FoxPro 2.0 Dos).
How you did it?
Import, it the easy way,...
June 11, 2009 at 5:56 am
washawgolla (6/10/2009)
thank you cozysoc;what if I have multiple xml files
If the XML format is same then you can setup the XML source to be configurable and use different...
June 10, 2009 at 8:19 am
ALZDBA (6/10/2009)
Hi Alif,Did you ever got this issue solved ?
I'm having issues exporting to access.mdb with SSIS sql2005 x64 EE.
This is not the correct discussion to post your question....
June 10, 2009 at 6:35 am
washawgolla (6/9/2009)
see sample code
Dim objBL
Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad")
objBL.ConnectionString...
June 10, 2009 at 6:16 am
Griffster (6/2/2009)
I need to send an email and close the parent package down if a child package called from an execute package task fails. Any ideas please?
This should be easy....
June 10, 2009 at 5:49 am
abhijitka (6/9/2009)
How we can increase the performance while transforming the large amount of data in SSIS using SCD. Thanks
Have you checked Todd McDermid's SCD component?
June 9, 2009 at 7:00 pm
This is not the best place to ask this question. This is "SQL Server Integration Services" forum. Try in the TSQL forum.
June 8, 2009 at 6:11 am
ruchi (6/4/2009)
Whenever I am trying to specify a variable name : "It says that...
June 8, 2009 at 6:08 am
Another approach you can use is to configure a flat file reader where:
1. First column separator is ;
2. Second column separator is [space]
3. Third column separator is [CR][LF]
And then import...
June 8, 2009 at 6:07 am
anjali.vishwakarma (6/1/2009)
Thanks Cozyroc once again !!One more small query - what rights do we need to set on folder storing the package ?
I think reading should be enough because the...
June 1, 2009 at 7:02 am
anjali.vishwakarma (5/31/2009)
June 1, 2009 at 4:29 am
anjali.vishwakarma (5/31/2009)
By SSIS Framework you mean Integration Services. Right ?
Also what about the sharing part ? Do we need to set some sharing rights on the folder...
June 1, 2009 at 4:28 am
anjali.vishwakarma (5/28/2009)
May 28, 2009 at 8:52 am
anandhakrishnabca (5/28/2009)
I have to pull the data from one database to another database(Using OleDB Source and Destination Controls). Both are SQL Db's. I created...
May 28, 2009 at 8:50 am
ramchaitanya_4 (5/28/2009)
May 28, 2009 at 8:49 am
Viewing 15 posts - 751 through 765 (of 1,118 total)