what is advantages in sql 2005 over sql 2000?

Answers were Sorted based on User's Feedback



what is advantages in sql 2005 over sql 2000?..

Answer / ashis

Sql server 2005 have some new data types like varchar
(max),xml. Sql server 2005 have SSIS instead of dts in sql
server 2000. SSRS with adhoc reporting. Some sys command
are changed like sys.objects, sys.columns.

Is This Answer Correct ?    8 Yes 0 No

what is advantages in sql 2005 over sql 2000?..

Answer / gowthami radhakrishnan

sql server 2005 replaces query analyser and enterprise
manager with management studio

Is This Answer Correct ?    5 Yes 2 No

what is advantages in sql 2005 over sql 2000?..

Answer / adhi

Database mirriong
database snapshot
CLR integration
DDL Trigger
Schema
we can install up to up 50 instance (in 2000 only 16)
Try& CATCH

Is This Answer Correct ?    3 Yes 1 No

what is advantages in sql 2005 over sql 2000?..

Answer / subbu

Newly introduced in Sql server 2005
======================================
DDL trigger (This trigger fired only create new table or
Drop table or Alter table).Created in either Database or
Server.
To Deploy .Net procedures.
CLR Integration.
TRY & CATCH Mehod (For Error Handling).

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration

0 Answers  


What is the use of =,==,=== operators?

0 Answers  


Ms sql server index?

0 Answers  


What is the difference between char, varchar and nvarchar?

0 Answers  


List all types of constraints in sql server?

0 Answers  


what is bit data type? and what are the information that can be stored inside a bit column?

2 Answers  


How to convert numeric expression data types using the cast() function?

0 Answers  


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

0 Answers  


What are wait types?

0 Answers  


What is primary key, unique key, and foreign key?

0 Answers  


can you any body tell me the difference between candidate key and primary key

4 Answers  


Explain about local stored procedure?

0 Answers  


Categories