what is the Enterprise manager(2000) and management studio
(2005)?
Answer Posted / maanu
Enterprise manager is a tool which comes with SQL Server 2k
and from there you can manage all the aspects of the SQL
Server 2k. But in order to write queries and T-SQL you have
to use Query Analyzer.
SQL Server Management Studio is combination of both SQL
Server Enterprise Manager + Query Analyzer of SQL 2k.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is BCNF better than 2NF & 3NF? Why?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
How to link tables in sql server?
Explain the Ways to improve the performance of a sql azure database?
Can you index views?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What are the differences between char and varchar in ms sql server?
Explain temporary table vs table variable by using cursor alternative?
How do I find the sql server version?
How to retrieve field values using mssql_result()?
User wants only to display only pdf as export option in report manager. How to achieve this?
How do you create an execution plan?
What is a db view?
How to rebuild indexes with alter index ... Rebuild?