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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-11-18 : 08:28:09
|
| Shivshankar writes "I am Receiving an Error No 5: Operating System Error Access Denied While Accessing Format File during Bulk InsertKindly give some solutions for this I am accessing a file on my local machine (server)I tried this also on server from a node machine" |
|
|
M.E.
Aged Yak Warrior
539 Posts |
Posted - 2002-11-18 : 14:34:54
|
| My guess is the account your logged into (or the account your dts service is running is) has no permissions for that file. Solution : Give it permissions.-----------------------SQL isn't just a hobby, It's an addiction |
 |
|
|
|
|
|