what is advantages in sql 2005 over sql 2000?
Answers were Sorted based on User's Feedback
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 |
Answer / gowthami radhakrishnan
sql server 2005 replaces query analyser and enterprise
manager with management studio
Is This Answer Correct ? | 5 Yes | 2 No |
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 |
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 |
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What is the use of =,==,=== operators?
Ms sql server index?
What is the difference between char, varchar and nvarchar?
List all types of constraints in sql server?
what is bit data type? and what are the information that can be stored inside a bit column?
How to convert numeric expression data types using the cast() function?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
What are wait types?
What is primary key, unique key, and foreign key?
can you any body tell me the difference between candidate key and primary key
Explain about local stored procedure?