what is the Enterprise manager(2000) and management studio
(2005)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prasad
Entere prise manager+ Query Analyzer =
Entereprise management studio
Is This Answer Correct ? | 2 Yes | 1 No |
what is meant by sql injection with example and one more question how to catch the errors in sqlserver
What protocol does sql server use?
Why would you call update statistics?
PC(code, model, speed, ram, hd, cd, price) Find the hard drive sizes that are equal among two or more PCs.
Can we insert data into a view?
how to give input dynamically to a insert statement in sqlserver
Can Somebody tell me the difference between Clustered & Non- Clustered Index??
explain different types of backups avaialabe in sql server? : Sql server database administration
Does a specific recovery model need to be used for a replicated database? : sql server replication
How can you get @@error and @@rowcount at the same time?
Difference between: - Delete & Truncate - Table & View - Constraints & Triggers
How to delete multiple rows with one delete statement in ms sql server?