isqlw.exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nzanella@cs.mun.ca

    isqlw.exe


    Hello,

    I notice that the name of the Query Analyzer program (formerly
    known as ISQL/W) is still isqlw.exe in SQL Server 2000. I am
    curious as to where the name ISQL/W came from.

    Feedback welcome,

    Best Regards,

    Neil

  • Craig Kelly

    #2
    Re: isqlw.exe

    <nzanella@cs.mu n.ca> wrote:
    [color=blue]
    > Hello,
    >
    > I notice that the name of the Query Analyzer program (formerly
    > known as ISQL/W) is still isqlw.exe in SQL Server 2000. I am
    > curious as to where the name ISQL/W came from.
    >
    > Feedback welcome,
    >
    > Best Regards,
    >
    > Neil[/color]

    Neil,

    It's always been my understanding that the "w" in isqlw stood for Windows:
    isql was the original command line interface to SQL Server and isqlw was the
    GUI "version" of the same concept.

    Craig


    Comment

    • Erland Sommarskog

      #3
      Re: isqlw.exe

      (nzanella@cs.mu n.ca) writes:[color=blue]
      > I notice that the name of the Query Analyzer program (formerly
      > known as ISQL/W) is still isqlw.exe in SQL Server 2000. I am
      > curious as to where the name ISQL/W came from.[/color]

      In the begiinning there was Sybase, and their interactive interface to
      SQL Server was ISQL - Interacticve SQL.

      Microsoft teamed up with Sybase and supplied the Windows version of
      SQL Server.

      Later Microsoft cancelled the partnership with Sybase and the two
      went on to develop SQL Server each on their own. Microsoft augmented
      the toolset with a graphical interface and this was named ISQL/W,
      where W certainly was for Windows. ISQL/W hung around until 6.5.

      For SQL 7, Microsoft developed a new tool, the Query Analyzer with
      richer set of functionality and which used ODBC to connect and not
      DB-Library. For reasons unknown to me, the executable retained the
      name isqlw.exe.

      --
      Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

      Books Online for SQL Server SP3 at
      Get the flexibility you need to use integrated solutions, apps, and innovations in technology with your data, wherever it lives—in the cloud, on-premises, or at the edge.

      Comment

      Working...