Viewing 15 posts - 6,181 through 6,195 (of 13,877 total)
Thom A (12/19/2016)
BrainDonor (12/19/2016)
December 19, 2016 at 9:31 am
Thom A (12/19/2016)
I got to step 4, and my error rows were about half of my data set. Exporting that data out showed nothing odd about it, but they...
December 19, 2016 at 9:28 am
Thomas LeBlanc (12/19/2016)
Sean Peffer (12/19/2016)
December 19, 2016 at 8:50 am
Also, I think you need to specify -ServerInstance when using Invoke-Sqlcmd.
December 19, 2016 at 8:49 am
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
Viewing 15 posts - 6,181 through 6,195 (of 13,877 total)