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
How do I start sql server 2017?
What security features are available for stored procedure?
What is table constraint?
Is BCNF better than 2NF & 3NF? Why?
Explain transaction server distributed transaction?
What is wide table?
What is the default value of an integer data type in sql server 2005?
How to handle error or exception in sql?
Can you name some of the dml commands in sql?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What happens if null values are involved in arithmetic operations?
Can we store videos inside the sql server table?
How to create percentile function?
What is difference between inner join and full join?
What is set nocount on?