What is the difference Between Sql-server 2000 & 2005
Answer Posted / savitha
2005sqlser support try catch which is not possible in 2000
In SQL Server 2000 , a row cannot exceed 8000 bytes in
size ... To solve this problem, Microsoft introduced the
VARCHAR(MAX), NVARCHAR(MAX), and VARBINARY(MAX) data types
in SQL Server 2005. These data types can hold the same
amount of data BLOBs can hold (2 GB)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
What is the benefit of normalization?
Why do we use stored procedures in sql server?
can SSRS reports Cache results?
What is use of @@ spid in sql server?
What do you understand by the denormalisation?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
Explain the rules for designing files and file groups in sql server?
How to list all tables in the database using odbc_tables()?
What is order of B+tree?
Working with TLogs
Are semicolons required at the end of sql statements in sql server 2005?
What is save transaction and save point?
How to create view in stored procedure sql server?
How do I create a stored procedure in dbml?