Viewing 15 posts - 1,156 through 1,170 (of 1,271 total)
Add the -c switch to your command line so that it copies out the data as character data.
bcp CPPhil.dbo.vwInput_Client_YO1 out Client_YO1.dat -n -c -t, -q -SLYRA\SQL2005 -T
June 20, 2006 at 10:06 am
He definitely has been spreading his wealth around. He does a lot here in Washington state that never makes the (inter)national news. And yet, for all of his philanthropy, he's...
June 16, 2006 at 11:20 am
What is your bcp command? What does it look like in Wordpad?
June 16, 2006 at 11:03 am
Sounds like the SSMS installs are from different builds or service packs.
June 16, 2006 at 10:59 am
I really liked Encounter with Tiber by Buzz Aldrin and John Barnes
The story isn't exactly the most original, but it was really well written and interesting.
My blog: SQL Soldier[/url]
SQL Server Best Practices: SQL Server Best Practices
Twitter: @SQLSoldier
My book: Pro SQL Server 2008 Mirroring[/url]
Microsoft Certified Master: SQL Server, Data Platform MVP
Database Engineer at BlueMountain Capital Management[/url]
June 16, 2006 at 10:55 am
Nice idea, skrilla!!
This isn't something I would recommend trying out, but in a similar situation in a merge replication environment, I was able to stop the merge agent quick enough...
June 16, 2006 at 10:47 am
Well, who can resist free soda? ![]()
June 15, 2006 at 7:04 pm
I hope so. It will make me look better by comparison. ![]()
June 15, 2006 at 5:59 pm
I just sent my resume to jobs@zillow.com. I am currently the dba and head of the Data Management Team at Real Tech LLC in Bellevue, WA.
I hope to hear...
June 14, 2006 at 2:20 pm
Try adding a USE statement to the dynamic SQL.
May 24, 2006 at 7:06 pm
Do you have the data files and log files on separate drives? This should improve performance considerably.
Also, I like to put the tempdb on a third drive all its own.
Lastly, have...
May 24, 2006 at 6:53 pm
Amen!!! I recently turned down a dba job in the LA area that would have paid me around 30K/year more than I make in the Seattle area, but a comparable...
May 24, 2006 at 6:41 pm
I did not say that they "should not" be part of replication, I said that they "are not" part of replication. Indexes will only be on the server that you...
May 10, 2006 at 4:11 pm
Your question isn't clear. What exactly do you need guidance with?
May 10, 2006 at 4:02 pm
It depends. Adding indexes always has some negative impact on performance of inserts and updates (of which replication does a lot). So it depends on the index.
The main thing to...
May 10, 2006 at 2:04 pm
Viewing 15 posts - 1,156 through 1,170 (of 1,271 total)