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
What happens when the SQL Azure database reaches Max Size?
How to enter comments in transact-sql statements?
Explain how you can configure a running aggregate in SSRS?
Does view occupy space?
Explain the difference between HTTP and HTTPS in database?
What is the use of sign function?
where can you add custom error messages to sql server? : Sql server administration
How will you monitor replication latency in transactional replication? : sql server replication
How secure is sql server database?
Which tcl commands are available on the sql server?
Explain tables in SQL Azure?
What are logical/boolean operations in ms sql server?
Explain transaction server auto commit?
Mention the uses of stored procedures.
Explain the first normal form(1nf)?