Viewing 15 posts - 1,306 through 1,320 (of 1,415 total)
I know what you mean, imports can be messy and its helpful to brainstorm about the problems.
One method I like to do is to just get the text imported into...
May 30, 2013 at 7:06 am
I don't really know the proper use of split8k but I thought I'd open myself up to ridicule anyways!
Load Jeff Moden's function from http://www.sqlservercentral.com/articles/Tally+Table/72993/, understanding it is up to you...
May 29, 2013 at 2:16 pm
I'd take the simple approach, use bcp to import into a 5 column staging table, then use T-SQL to select from the 5 column staging table into your destination, that...
May 29, 2013 at 8:57 am
What I've done in the past with rows like that is to use all the columns to compose a "key" (although I really don't use sql features like making it...
May 29, 2013 at 7:33 am
Golfer22 (5/26/2013)
May 27, 2013 at 8:21 am
Ed Wagner (5/24/2013)
The Windows SFTP server depends on whatever software you buy and install. We have one here, but I don't administer it. ...
May 24, 2013 at 12:03 pm
I have put together an sftp job using putty. The nice thing about putty is that while you certainly can install it, you can also just download the zip package...
May 24, 2013 at 11:23 am
Sergiy (5/23/2013)
L' Eomot Inversé (5/15/2013)
Anyway, I reckon Windows 8 is super. ... it all runs well and a lot faster than it would on similar hardware under XP
That must...
May 24, 2013 at 9:10 am
FunkyDexter (5/24/2013)
May 24, 2013 at 8:35 am
Stefan Krzywicki (5/24/2013)
patrickmcginnis59 10839 (5/24/2013)
Stefan Krzywicki (5/24/2013)
With all the changes...
May 24, 2013 at 8:21 am
Stefan Krzywicki (5/24/2013)
With all the changes to our understanding of...
May 24, 2013 at 7:55 am
dndaughtery (5/22/2013)
sqlcmd -Q "exec dbo.MySproc" -S "MyServer" -d "MyDatabase"
and Im getting the following error:
Named Pipes Provider: Could not open a connection to SQL...
May 23, 2013 at 7:15 pm
lnardozi 61862 (5/22/2013)
'datetime' probably needs a bit of work!
datetime in v1 was definitely crap. v2 should be better though. That wasn't really my point though - my point is that...
May 23, 2013 at 6:49 pm
vliet (5/13/2013)
May 23, 2013 at 6:32 pm
Viewing 15 posts - 1,306 through 1,320 (of 1,415 total)