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 INSTEAD OF trigger directly applicable to Table ?
Can a database be shrunk to 0 bytes, if not, why?
What is the most common type of join?
What are the advantages to use stored procedures?
After removing a table from database, what other related objects have to be dropped explicitly?
What is the web service used for reporting services?
Can a synonym name of a table be used instead of a table name in a select statement?
What are the different types of sub-queries?
How can we call UDF(User Define Function) using C# code in ASP.net ?
How to disable stored procedure sql server?
What is the difference between stored procedure and user defined functions?
What is raid? : SQL Server Architecture
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is the use of tempdb? What values does it hold?
Determine when to use stored procedure to complete sql server tasks?