wht's the differece between sqlserver05 and sqlserver2000
Answers were Sorted based on User's Feedback
Answer / jerry joseph
.NET Runtime integration
SQL Server 2005 is integrated with .NET Runtime
Email sending capability
You can send emails from SQL Server 2005 which you couldnt
do with SQL Servr 2000
TRY CATCH error handling
In SQL Server 2005 we have TRY CATCH for better error
handling. We had only @@ERROR in SQL Server 2000 which was
very primitive
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / monal
SQL 2005: Database Snapshot, SNAPSHOT Isolation
Level, .NET, CLR, Online Backup, Online Index Building
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / velmurugan,uk
There are many differences interms of
1.Architecture,
2.Services,
3.Performance,
4.Scalability,
5.Design and Deployment application,
6.Tools
and so on...
Is This Answer Correct ? | 0 Yes | 1 No |
How reterive duplicate value in SQL?
Write a sql query to delete duplicate records from a table called table1
How to download microsoft sql server 2005 express edition?
wat is mean by normalization?......programing defination i need...(i know basic defination)
What do you mean by cardinality?
What are the main differences between #temp tables and @table variables and which one is preferred?
Describe how to use linked server?
How many types of cursors are there in SQL Server?
5 Answers 247Customer, CarrizalSoft Technologies,
Explain isolation levels that sql server supports?
Please explain go command in sql server?
can you any body tell me the difference between candidate key and primary key
Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table?