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

Do you know what is normalization of database? What are its benefits?

0 Answers  


Tell me what do you understand by a view? What does the with check option clause for a view do?

0 Answers  


Does partitioning improve performance?

0 Answers  


Which sql server is best?

0 Answers  


wat wil hapn if we give the both read and deny read permission to user?

0 Answers   IBM,






Name few of the dcl commands in sql?

0 Answers  


What is nolock?

0 Answers  


Why would you use sql agent?

0 Answers  


What is the difference between DTS and SSIS?

3 Answers   Allianz,


In what version of sql server were synonyms released?

0 Answers  


If user is owning any SQL Objects, can we drop that user

0 Answers  


Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.

6 Answers   Tech Mahindra,


Categories