sql server 2005 query analyser

is there a query analyzer for sql server 2005 as in sql server 2000

bcoz i downloaded the 180 days evaluation version & installed it .

i have worked with sql server 2000. but there is no query analyzer for 2005 how can i write queries & execute

of course there is vs 2005 which has come with sql server 2005 evaluation copy.

plz help!

bcoz i really want to work with sql server 2005

thanks in advance for ur replies



Answer this question

sql server 2005 query analyser

  • ZhenYuan

    Then you either did install the SQL Server Express edition or did not install the client tools of SQL Server 2005.

    HTH, jens K. Suessmeyer.

    ---
    http://www.sqlserver2005.de
    ---

  • h1

    thank u all for the replies

    i downloaded the sql server eval. version.

    when i run the setup it shows the following items to install

    1.server components, tools,books online,and samples

    2.run the SQL native client installation wizard

    i installed the server components but management studio was not available. should i install the sql native client


  • George Rezk

    You can download the management studio for express here:

    http://msdn.microsoft.com/vstudio/express/sql/download/



  • yazad_gandhi

    thanks for ur reply

    i installed the 180 days evaluation version but there is no sql server 2005 management studio


  • yhong

    2005 comes with Microsoft SQL Server Management Studio. After connecting to your database you can select a table, right-click, and select query to write your queries and run them there.

  • srikanth80

    Install the free version (express edition) of SQL Server Management Studio from here:

    http://www.microsoft.com/downloads/details.aspx displaylang=en&FamilyID=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796

    Then, connect to the server using management studio, In object Explorer, Databases -> Select the database you want to query -> New Query (Right click). You can write and execute your queries there.


  • sql server 2005 query analyser