Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 bcp

Author  Topic 

X002548
Not Just a Number

15586 Posts

Posted - 2008-03-13 : 10:38:17
OK, not my issue, but someone built a rocket ship with Replication on some very small tables that are out of play

I suggested they do a dump and restore of a dev box, but because of replication, the impact will be larger than they wanted

So now they want to bcp out sever multi million row tables

So I said ok

They were going to do it to their local drive, and I said no, use UNC file name to the server itself

Now for the question

I suggested to run this bcp bat file as a job from the server, but the guy doesn't have rights

I found the dba for the box and he's agreed to schedule/run the job

BUT

What happens if a client runs the bcp from his local machine?

Does it make a round tri[p or is it smart enough to take the network out of play?

SQL 2k btw


Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



X002548
Not Just a Number

15586 Posts

Posted - 2008-03-13 : 11:59:48
It's of the opinion that it makes a round trip

http://www.dbforums.com/showthread.php?t=1628271



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)

7020 Posts

Posted - 2008-03-13 : 12:39:29
BCP is a client app, so I think the data has to go to the client.

Same if you run DTS or SSIS on a client.



CODO ERGO SUM
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2008-03-13 : 13:08:57
Yeah, that's what I thought...even if the destination is the server itself

hmmmm



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -