what is difference between Enterprise Manager and Query
Analyer
Answers were Sorted based on User's Feedback
Answer / saomya jha
Anything development related should be done in Query
Analyser. Many Management related tasks are better handled
in Enterprise Manager.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ramesh ummadisetty
In sql server 2008 we have Enterprise Manager. Here we can create database, tables, stored procedures etc.
In Query Analyser we can write the queries and execute them.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramesh ummadisetty
Typing mistake in the above answer:
In sql server 2000 we have Enterprise Manager to manage sql server databases. Here we can create database, tables, stored procedures, permissions etc.
In Query Analyser we can write the queries and execute them.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / samba shiva reddy m
SQL Server Enterprise Manager is like user interface,
To do the all things like creating db ....etc.
SQL Server Query Analyser is command prompt.we have to write query and execute it.
Is This Answer Correct ? | 1 Yes | 0 No |
How do you delete duplicate rows in sql server?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
Advantages and Disadvantages of Cursor?
15 Answers Polytechnic, TCS, Zenith,
Explain features of analysis services?
Tell me the difference between clustered and non-clustered index?
How do you drop an index?
What do you mean by a Composite primary key?
What is a user-defined function in the sql server and what is its advantage?
what is the information that can be stored inside a bit column? : Sql server database administration
Do you know what are the restrictions that views have to follow?
How many types of functions are there in sql server?
Define full outer join?