Problem launching QA

  • Has anyone ever seen this error when trying to launch Query Analyser?

    ISQLW.EXE - Entry Point Not Found

    The procedure entry point ?DeleteRow@CDataCtlStorage@@UAEJJPAPAG@Z could not be located in the dynamic link library SQLGUI.dll.

    I have checked The microsoft knowledge base and got a few hits on ISQLW.EXE but not much that I can see will help.

    Any assistance would be greatly appreciated.

    Matt.

  • This generally occurs when the application is using a dll that has been upgraded or the client tool has been upgraded but the dll hasn't.

    Try reapplying your latest service pack.

    Simon Sabin

    Co-author of SQL Server 2000 XML Distilled

    http://www.amazon.co.uk/exec/obidos/ASIN/1904347088


    Simon Sabin
    SQL Server MVP

    http://sqlblogcasts.com/blogs/simons

  • Or try opening a cmd prompt and CD to the directory that SQLGUI.DLL is in. Now type REGSVR32 SQLGUI.DLL -u to unregister and then REGSVR32 SQLGUI.DLL to reregister. This generally will correct. Otherwise reapply the latest or last SP applyed.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply