Differnce between sel server 2000 and 2005

Answers were Sorted based on User's Feedback



Differnce between sel server 2000 and 2005..

Answer / narasimha

1)sqlserver 2000 contain query analyzer and enterprise
manger as a seperate tools but sqlserver 2005 contains a
single management studio(query analyzer + enterprise
manger).

2)sql 2005 contain CLR Integration

3)sql 2005 contain sqlserver business intelegent management
studio for dedugging sp's.

4)CLR stored procedures

Is This Answer Correct ?    8 Yes 1 No

Differnce between sel server 2000 and 2005..

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 ?    2 Yes 0 No

Differnce between sel server 2000 and 2005..

Answer / kumari

1)sqlserver 2000 contain query analyzer and enterprise
manger as a seperate tools but sqlserver 2005 contains a
single management studio(query analyzer + enterprise
manger).

2)sql 2005 contain CLR Integration

3)sql 2005 contain sqlserver business intelegent management
studio for dedugging sp's.

4)CLR stored procedures

5) SQL 2005 integrates very well with Visual Studio and dot
net as well.
6)One of the new features of security is that it can be
applied in a way
you want. Its quite flexible but it can get quite confusing
if you are
not sure of what you want to do. Users and groups can be
controlled
quite extensibly with the new security features.

7) The DTS of SQL 2000 has been replaced with SSIS (Sql
Server Integrated
Services) - Its an advanced version of dts but can do more
than dts. You
can manipulate all your data, within each SQL task and
theres a whole
list to it. Each field or column of data retrieved for the
purpose of
transfer can be manipulated in a variety of ways, and using
just what
you require for the final extract or transfer

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is a partition function in sql server?

0 Answers  


Which system tables contain information on privileges granted and privileges obtained

1 Answers  


Explain the functionalities that views support?

0 Answers  


How will you monitor replication latency in transactional replication? : sql server replication

0 Answers  


Explain what is the difference between union and union all?

0 Answers  






How to check if a table is being used in sql server?

0 Answers  


What is checkpoint in sql server?

0 Answers  


Write query to return all rows sql?

0 Answers  


What is merge?

0 Answers  


Are all views updatable ?

0 Answers   MCN Solutions,


What is filestream?

0 Answers  


What are the advantages of the mirroring?

0 Answers  


Categories