difference between sql server2000 and sql server2005
Answer Posted / rajkumar
1.SQL Server 2005 has better tool enhancements like SQL
Server Management Studio.
2.Developers can write Native .NET Stored Procedures and
deploy them to SQL Server 2005.
3.It has more Enhancements in the areas of DBA, Developer
Productivity with .NET
For More details..Verify these links..
http://wiki.answers.com/Q/Diff_between_sql_server_2000_and_s
ql_server_2005
http://techinterviewquestion.blogspot.com/2008/06/some-
difference-between-sql-server-2000.html
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Create and insert into temp table in sql server?
What is the process of indexing?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
Do you know what are different types of replication in sql server?
Name some of the open source software that you can use in alternative to SSR?
What are the properties of the transactions?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
Does index slows down insert statements?
What are the differences between char and nchar in ms sql server?
What is user-defined scalar function?
What stored procedure would you use to view lock information?
What are the 2 types of classifications of constraints in the sql server?
Distinguish between nested subquery and correlated subquery?
Difference between group by clause and having clause in SQL?
Why are sql functions used?