Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot return rows from table

Status
Not open for further replies.

YL5956

MIS
Joined
Jul 11, 2001
Messages
73
Location
US
I'm trying to browse tables through enterprise manager but it's coming back with a file missing or not registered error. Does anyone know what is causing this and how to resolve it? Thanks.
 

Which version of SQL Server are you running? Which service pack?

You may be missing a DLL that Enterprise Manager needs. In this case, you would need to do the following:

1. Re-register the DLL with regsvr32
(for example, &quot;regsvr32 <path>\sqlns.dll&quot;).
2. Try running Enterprise Manager again.

DLLs that might cause the problem are:

dtsui.dll
sqlns.dll
sqldmo.dll
sqllex.dll
sqlmmc.dll

If this fails to correct the problem, try reinstalling the latest SQL Server service pack or the laaatest version of MDAC. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top