dbTalk Databases Forums  

SQL server 2005 Manament studio

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SQL server 2005 Manament studio in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
FredF
 
Posts: n/a

Default SQL server 2005 Manament studio - 09-11-2009 , 10:04 AM






I am using SQL server 2005 Managment Studio connecting to a SQL 2000 server.
The OPENROWSET command will not work. When I use SQL Query Analyzer, the
command works fine.

This is error I recieve from Mgmt Studio:

[OLE/DB provider returned message: Could not find installable ISAM.]
OLE DB error trace [OLE/DB Provider 'Microsoft.Jet.OLEDB.4.0'
IDBInitialize::Initialize returned 0x80004005: ].
Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.


PLEASE HELP!!

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL server 2005 Manament studio - 09-11-2009 , 03:58 PM






FredF (FredF (AT) discussions (DOT) microsoft.com) writes:
Quote:
I am using SQL server 2005 Managment Studio connecting to a SQL 2000
server. The OPENROWSET command will not work. When I use SQL Query
Analyzer, the command works fine.

This is error I recieve from Mgmt Studio:

[OLE/DB provider returned message: Could not find installable ISAM.]
OLE DB error trace [OLE/DB Provider 'Microsoft.Jet.OLEDB.4.0'
IDBInitialize::Initialize returned 0x80004005: ].
Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error.


PLEASE HELP!!
And you are dead sure you are connecting to the same SQL Server
instance from both Query Analyzer and SQL 2000? Run "SELECT @@servername"
to find out.

I'm not well acquainted with error messages from the Jet provider,
but the message certainly looks like it cannot find the file. So that
would indicate that you connect to different servers.

Or you are simply spelling things differently in the two query windows.
Copy and paste may be a good idea.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.