Difference between sql server 2000 and sql server 2005?

Answer Posted / anish nama

Sql server 2005 New features:
1.Datatype varchar(max),XML datatype
2.OUTPUT Clause
3.APPLY OPERATOR
4. PIVOT and UNPIVOT?
A Pivot Table can automatically sort, count, and total the
data stored in one table or spreadsheet and create a second
table displaying the summarized data. The PIVOT operator
turns the values of a specified column into column names,
effectively rotating a table.

5.Tools and utilities
Data types
T-SQL enhancements
Programmability enhancements
XML support
Native XML web services
SQL Management Objects
SQL Server Integration Services
SQL Server Reporting Services
SQL Server Notification Services
SQL Server Service Broker
Replication Management Objects
SQL Server Agent
SQL Server Mobile Edition
The code used in the book is available

In sql server2000 Extended Stored procedures , and it
modified it into CLR Stored procedures

Is This Answer Correct ?    33 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you ensure that the database and sql server based application perform well?

798


What is scheduled job and how to create it?

729


Explain different types of lock modes in sql server 2000?

691


Explain how to integrate the ssrs reports in application?

700


Do you know what is a linked server in sql server?

719


How can you find out how many rows returned in a cursor?

760


What is GUID in sql server?

824


How to create a local temporary stored procedure?

691


Can I delete event logs?

707


what is an index? : Sql server database administration

683


How to fetch the next row from a cursor with a "fetch" statement?

793


Explain about analysis services?

761


What is transact-sql ddl trigger?

815


What are synonyms?

716


Why I have to use stored procedures?

782