6. What's the difference between NUMERIC and DECIMAL data types and when do I use them? | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
7. What's the difference between FLOAT and REAL data types and when do I use them? | |||||||||||||||||||||||||
|
SQL SERVER – 2005 Replace TEXT with VARCHAR(MAX) – Stop using TEXT, NTEXT, IMAGE Data Types
TEXT, NTEXT and IMAGE data types of SQL Server 2000 will be deprecated in future version of SQL Server, SQL Server 2005 provides backward compatibility to data types but it is recommanded to use new data types which are VARHCAR(MAX), NVARCHAR(MAX) and VARBINARY(MAX).
Maximum size supported by TEXT and Varchar(max) are same.
Maximum size supported by NTEXT and NVarchar(max) are same.
Maximum size supported by Image and Varbinary(max) are same.
No comments:
Post a Comment