Differnce between sel server 2000 and 2005

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between inner join and full join?

751


What command is used to rename the database?

681


How to view existing indexes on an given table using sys.indexes?

797


Tell me what is a linked server?

762


How to retrieve error messages using mssql_get_last_message()?

723






what is a default tcp/ip socket assigned for sql server? : Sql server database administration

751


What is mssql?

719


How to insert and update data into a table with "insert" and "update" statements?

699


How to sort query output in descending order in ms sql server?

743


You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?

1896


How to get a list all databases on the sql server?

766


Explain indexing and what are the advantages of it?

709


What is cross join in sql server joins?

793


What is a rollup clause?

711


What is sql stored procedure?

780