what is difference between Enterprise Manager and Query
Analyer
Answer Posted / 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 |
Post New Answer View All Answers
What is update_statistics command?
When would you use sql joins?
What is dml command?
How to delete database objects with "drop" statements in ms sql server?
Why do we use stored procedures in sql server?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What is partition in sql server?
What is a unique key constraint?
Does sql server 2000 full-text search support clustering?
What is meant by Active-Passive and Active-Active clustering setup?
What is the difference between stored procedure and user defined functions?
what is database replication? : Sql server database administration
What are the indexes in sql server?
explain different types of constraints? : Sql server database administration
What is schemabinding a view?