Viewing 15 posts - 721 through 735 (of 1,118 total)
Howard C. BAchtel (6/25/2009)
June 25, 2009 at 7:49 am
Have you seen Keelio's XML Destination Component?
June 24, 2009 at 5:49 am
paul.corujo (6/22/2009)
I need to export blob or text data to a csv file. The problem i am coming across is that this data sometimes contains a comma in it....
June 22, 2009 at 6:25 pm
Do you expect to have worksheets other than birth_ratios, u_codes and c2c_followup ?
If not , then this is straightforward:
1. First create a workbook in Excel, which contains the 3 mentioned...
June 20, 2009 at 5:26 am
oh, you have actually expanded your original question considerably. You should get ready to limit your expectations regarding what can be accomplished with SSIS. This sounds now more like a...
June 19, 2009 at 6:11 pm
Create a template .XLS file. In your loop, copy the template to a another file with the name you require for the current iteration.
June 19, 2009 at 2:17 pm
This is a duplicate post. The question is being answered here.
June 19, 2009 at 2:13 pm
winslet (6/18/2009)
But the package was created on 2005 server itself and am running this "RSExecutionLog_Update.dtsx" on my local machine.
My machine has SQL 2005 and SQL 2008...
June 18, 2009 at 10:43 pm
Paul,
But that is what I suggested. You don't have to write your own class . You already have BufferedStream and FileStream (which is also buffered). Unfortunately this didn't help. There...
June 18, 2009 at 5:54 pm
pcapazzi (6/18/2009)
I suppose so... thanks again for your suggestions.
Is it possible to run performance counters on the server and see where all the time is spent?
June 18, 2009 at 2:42 pm
I don't know what is your network hard drive, but if it is not designed to handle parallel processing, then this might be your bottleneck. I have seen SAN type...
June 18, 2009 at 2:34 pm
John Rowan (6/18/2009)
Phil Parkin (6/17/2009)
June 18, 2009 at 9:17 am
Actually you can use FileStream, which is also buffered. Here is how you can construct it:
textWriter(i, j) = New StreamWriter(New FileStream(basepath + "day" + CStr(i) + "idwcdp" + CStr(j) +...
June 18, 2009 at 8:59 am
It looks like you are trying to execute SSIS package generated with SQL 2008 on SQL 2005 or something similar.
I'm talking about this error in particular:
Package migration from version 3...
June 18, 2009 at 6:50 am
Have you tried using BufferedStream ?
June 17, 2009 at 8:56 pm
Viewing 15 posts - 721 through 735 (of 1,118 total)