wht's the differece between sqlserver05 and sqlserver2000
Answer Posted / 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 |
Post New Answer View All Answers
Can we deploy SSRS reports on our personal website?
What happens if null values are involved in boolean operations?
Is there any difference between the primary key and unique key?
please differentiate between delete and truncate?
what is a mixed extent? : Sql server administration
What are the disadvantages of using the stored procedures?
What do I need to start working with sql studio? : sql server management studio
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is a group function explain with an example?
How to use union to merge outputs from two queries together in ms sql server?
What is implicit mode in sql server?
What number sorts of privileges are accessible in sql?
what is a correlated sub-query? : Sql server database administration
What is a with(nolock)?
What is difference between views and tables?