Viewing 15 posts - 781 through 795 (of 1,415 total)
if you don't specify a path (ie., just the file name), then its going to use the default directory that the process running bcp has at the time.
for instance, on...
February 24, 2016 at 8:56 am
use the server flag:
-S server_name\instance_name
Here's a complete example line with various flags:
BCP databasename.dbo.tablename out filename.DAT -c -S "servername\instancename" -T
I'm not necessarily sure the double quotes are needed but I use...
February 24, 2016 at 8:25 am
Sean Lange (2/24/2016)
Sergiy (2/23/2016)
Did anyone of you guys who think "3" is a correct answer actually run the script in a batch?
The question repeats the word...
February 24, 2016 at 8:18 am
sknox (2/23/2016)
Bob JH Cullen (2/23/2016)
February 23, 2016 at 10:25 am
Bob JH Cullen (2/23/2016)
February 23, 2016 at 6:54 am
Rich Mechaber (2/9/2016)
Steve Jones - SSC Editor (2/9/2016)
Eric M Russell (2/9/2016)
...That's scary, though potentially not a problem. A number of states publish voter data as public records. A few might...
February 9, 2016 at 10:48 am
Jeff Moden (2/2/2016)
andy_111 (1/31/2016)
Not really useful article.Not really a useful comment, either. Please explain why you think it's not useful.
I have to agree with andy_111's sentiment, he and others...
February 3, 2016 at 10:07 am
roger.plowman (1/22/2016)
January 22, 2016 at 7:21 am
tnpich (1/11/2016)
As to the article, some context is needed around the statement "for most disciplines, it only...
January 11, 2016 at 6:49 am
paul s-306273 (1/8/2016)
Easy - tell the 44% who have got it wrong so far.I take it as a well earned point!
I consistently get answers wrong, like this one, I figured...
January 8, 2016 at 10:46 am
TheSQLGuru (1/4/2016)
lucien.jacquet (1/4/2016)
January 4, 2016 at 11:30 am
I'm not understanding here, doesn't the summing operation still have to occur for each row in the "cross apply" version?
edit: Another thing that bothers me about the article is that...
January 4, 2016 at 6:35 am
Louis Davidson (@drsql) (12/21/2015)
patrickmcginnis59 10839 (12/21/2015)
"SQL code is amongst the worst code to parse without proper formatting."Incorrect. SQL code will parse just fine without proper formatting.
In this case, the word...
January 1, 2016 at 7:35 am
same on 2012!
when I change the value of the update, it goes back to waiting for the transaction.
how cool is that?!?!
edit: set isolation mode serializable and it waits all the...
December 23, 2015 at 7:27 am
Viewing 15 posts - 781 through 795 (of 1,415 total)