Difference between sql server 2000 and sql server 2005?

Answer Posted / bhaskar

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 ?    72 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is coalesce and check constraint in sql server?

549


What is the difference between osql and query analyzer?

547


What is the command to change the recovery model?

571


What gets stored inside msdb database?

769


How to drop an existing stored procedure in ms sql server?

548






What is a mixed extent?

595


how can you attach more than 20 ldf files in sql server

1575


What is view in sql?

562


What is a transaction and why is it important?

575


What is collation sensitivity? Explain different types.

549


Detail about the hardware which is supported by SQL server?

591


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

658


Explain about builtinadministrator?

602


What is executereader?

555


What are the basic functions for master, msdb, model, tempdb and resource databases?

557