Click here to Skip to main content
15,905,877 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is Query analyzer? How can I get and use this?
Posted

HTML
1) Microsoft® SQL Server™ 2000 SQL Query Analyzer is a graphical tool that allows you to:
Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)

2) Quickly create commonly used database objects from predefined scripts. (Templates)

3) Quickly copy existing database objects. (Object Browser scripting feature)

4) Execute stored procedures without knowing the parameters. (Object Browser procedure execution feature)

5) Debug stored procedures. (T-SQL Debugger)

6) Debug query performance problems. (Show Execution Plan, Show Server Trace, Show Client Statistics, Index Tuning Wizard)

7) Locate objects within databases (object search feature), or view and work with objects. (Object Browser)

8) Quickly insert, update, or delete rows in a table. (Open Table window)

9) Create keyboard shortcuts for frequently used queries. (custom query shortcuts feature)

10) Add frequently used commands to the Tools menu. (customized Tools menu feature)


HTML
You can run SQL Query Analyzer directly from the Start menu, or you run it from inside SQL Server Enterprise Manager. You can also run SQL Query Analyzer from the command prompt by executing the isqlw utility.
 
Share this answer
 
Comments
Sumon562 6-Jul-13 2:12am    
You mean in the Management Studio "New Query" Where we click to write SQL queries, Am I right?
Nirav Prabtani 6-Jul-13 2:13am    
what??..i can't get u...:(
Sumon562 6-Jul-13 3:45am    
Can't you understand me?
Nirav Prabtani 6-Jul-13 4:14am    
I have already said that i cant understand please explain....:)
Sumon562 6-Jul-13 4:19am    
in the Management Studio "New Query" which is on the top left corner. When we click to New Query then open a new window and we write different query there. Did you mean that?
Is google down?

Search it in google.

Query Analyzer is nothing but it is an editor where you can run your queries.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900