plz tell me the new features of
sqlserver2000,sqlserver2002,sqlserver2005

Answers were Sorted based on User's Feedback



plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005..

Answer / debasish

in 2005--database mirroring,CLR Integarion,SIS,Data
paratition, xml datatype,Dynamic management views,Mirror
backup

there is no sqlserver2002 hope so

Is This Answer Correct ?    3 Yes 0 No

plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005..

Answer / hari

in 2005--database mirroring,CLR Integarion,SIS,Data
paratition, xml datatype,Dynamic management views,Mirror
backup

Is This Answer Correct ?    2 Yes 1 No

plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005..

Answer / karthik

sql server 2000 sql
server 2005

Query Analyzer and Enterprise manager Both
combined were Management Studio
are separate


XML data type is not used New
data type XML services is used


we can create only 16 instance we are
able to create 50 instances


clustering or log shipping require enterprise
Clustering,Database mirroing,Logshipping is standard edition
edition(Hardware Expensive) Database
mirroing can use cheap hardware


DTS packages SSIS
Packages


Standard stored procedure It is
modified into CLR stored procedure



Scalability:Limited to 2GB, 4CPUs in
Scalability 4 CPU, no RAM limit in Standard Edition.

More 64-
bit options offer chances for consolidation.
Standard Edition.Limited 64-bit support.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is key attribute?

0 Answers  


How to create Clustered Primary Key to table?

2 Answers  


When multiple after triggers are attached to sql table, how to control the order of execution?

0 Answers  


How to use user defined functions in expressions?

0 Answers  


How to encrypt Strored Procedure in SQL SERVER?

0 Answers  






Describe how to use linked server?

0 Answers  


Is it possible we can connect our SQL database to GUI application? If it is yes than how tell me the explanation

2 Answers  


What is query processing?

0 Answers  


how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration

0 Answers  


How can you tell if a database object is invalid?

0 Answers   MCN Solutions,


How to update multiple rows with one update statement in ms sql server?

0 Answers  


hi, i have a table called names and field name select * from names name a b c d i want to display like this name a,b,c,d how it is possible Regards Baiju

4 Answers  


Categories