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 |
|
izaltsman
A custom title
1139 Posts |
Posted - 2002-12-06 : 10:20:42
|
| Hi All! I have an instance of MSDE installed on a machine. When I run a script that is supposed to perform a bunch of BULK INSERT commands, it bombs with the following message:Msg 7302, Level 16, State 1, Server MSDE_TEST, Line 1Could not create an instance of OLE DB provider 'BULKIMPORTSTREAM'.Any thoughts as to why I might be getting this?All suggestions are greatly appreciated.PSRe-installing MDAC doesn't help. |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
|
|
izaltsman
A custom title
1139 Posts |
Posted - 2002-12-06 : 11:05:10
|
| Thanks. But it doesn't look like I'm experiencing the same problem described there, as I'm not using any sp_OA* procs. In fact, I just tried running a BULK INSERT statement all by itelf (rather than as a part of a larger script), and it still bombed with error 7302. |
 |
|
|
|
|
|