Viewing 15 posts - 6,181 through 6,195 (of 13,874 total)
May I ask why you don't just fetch everything you need in one go, rather than the inefficient looping technique you have coded?
December 19, 2016 at 8:46 am
Thom A (12/19/2016)
I know this is an age old problem, however, does anyone know how to get around the ACE driver and overide the field type it thinks a...
December 19, 2016 at 7:42 am
Is there a faster way to get around this having to manually convert the types to deal with unicode/non-unicode conversion?
Not that I know of.
December 19, 2016 at 7:35 am
allenjoey24 (12/18/2016)
Also not sure if I'm on the right forum for this, If not I'm sorry.
I'm trying to modify...
December 18, 2016 at 9:08 am
Lowell (12/16/2016)
Phil Parkin (12/16/2016)
using System.IO;
into your Using block (towards the top of your code module)
it allows you...
December 16, 2016 at 12:13 pm
Glad you solved it. Not sure whether you know this, but if you add
using System.IO;
into your Using block (towards the top of your code module)
it allows you to use the...
December 16, 2016 at 11:16 am
mandavli (12/16/2016)
This Task checks if the file exists on the network drive.
package works...
December 16, 2016 at 8:12 am
I think you got hit by the infamous 'quote bug'. But don't let that prevent the additional coffee intake.
December 16, 2016 at 6:54 am
Grumpy DBA (12/16/2016)
December 16, 2016 at 6:22 am
PAH-440118 (12/16/2016)
ROUGE 1! :alien:Really hope I get to see this film on the Big screen.
I must admit to wondering whether this was some dodgy French film I needed to...
December 16, 2016 at 4:25 am
sarwar.ali490 (12/15/2016)
I have a following scenario.
File has 4000 records.4(1,2,3,4) sets of records make one final record.I am moving whole set of 4 records if any of the (1,2,3,4)record has some...
December 15, 2016 at 11:02 am
Robert Frasca (12/15/2016)
tag...Sorry...
December 15, 2016 at 11:00 am
Here is the code again, this time with IFCode formatting (please do this in future, to aid your readers)
DECLARE @rowGUID [uniqueidentifier]
,@InfoXML [varbinary] (max)
,@InfoXMLPerf [varbinary] (max)
,@AppGuid [uniqueidentifier]
DECLARE @LogTable AS TABLE (
LogDatetime...
December 15, 2016 at 10:47 am
Lowell (12/15/2016)
they do follow...
December 15, 2016 at 10:01 am
It would be interesting to know how performance varies between the two options (CAST in source and data conversion in package).
For those with separate servers running SSIS, doing the data...
December 15, 2016 at 9:23 am
Viewing 15 posts - 6,181 through 6,195 (of 13,874 total)