Difference between sql server 2000 and sql server 2005?

Answer Posted / rajneesh hajela

datatype:
2000
1. new datatype 2005
varchar(8000 character) varchar(Max)(2^31 Character)

2.
nvarchar(4000 character) nvarchar(max)(2^30 character)


3.
varbinary(8000 byte) nvarbinary (2^31 byte)

4. xml --> stored xml data

---------------------

SSIS (SQLSERVER Integration service)
-----------

try/ catch

------------
Pivot,Unpivot

--------

2000
select top 10 *
2005

select top(10) *

-----------

Rajneesh Hajela

Is This Answer Correct ?    23 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command used to recompile the stored procedure at run time?

625


How to create new table with "create table" statements?

562


What is resource db in sql server?

601


How do you create an execution plan?

498


When a primary key constraint is included in a table, what other constraints does this imply?

603






What are the new features of sql server 2012 reporting service?

84


What is transaction server distributed transaction?

563


Why are sql functions used?

622


What is the log shipping?

588


How to convert character strings into numeric values?

582


What does it mean to invest in the index?

513


What is sql server used for?

558


How to assign null values to variables or columns?

551


What is data modeling and Reterminal integrity?

1494


Does any body please help me what question's have asked for SSRS in the interview?

1675