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 |
RegressionMan
Starting Member
3 Posts |
Posted - 2011-01-16 : 11:23:21
|
I'm new to SQL. I'm running SQL Express 2008 on Windows 7. I'm able to successfully use BCP from the command line, however, when I try to use it inside SQL Server Management Studio Express 2008, I get the following error:SQLState = S1000, NativeError = 0Error = [Microsoft][SQL Native Client]Unable to open BCP host data-fileI'm using Windows Authentication. Additionally, I ran whoami.exe (Exec xp_cmdshell 'whoami.exe'). It returned nt authority\network service, not my login id.I'm assuming my problem is some sort of security-related issue.Help! |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
RegressionMan
Starting Member
3 Posts |
Posted - 2011-01-16 : 20:13:12
|
Yes, that fixed it! Many thanks. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|