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.
Author |
Topic |
nguyenhunglam
Starting Member
1 Post |
Posted - 2005-09-23 : 08:50:19
|
Can everybody help me?I have 2 server : A and B A--: Front End (page *.asp) B--: Back End (SQL Server 2000)I want import file *.csv to Server B. I used "Bulk Insert" (T-SQL) but I can't import, because I upload file *csv to server A, I can't know how to get path of file *.csv in order to pass "Bulk Insert" (T-SQL).Please help me!Thank you!HARRY NGUYEN84983106307 |
|
ravilobo
Master Smack Fu Yak Hacker
1184 Posts |
Posted - 2005-09-23 : 12:01:23
|
create a folder on B. and everytime upload to this folder.------------------------I think, therefore I am - Rene Descartes |
 |
|
|
|
|