Support for new data types in MS SQLServer 2005
-----------------------------------------------
Key: DDLUTILS-156
URL: https://issues.apache.org/jira/browse/DDLUTILS-156
Project: DdlUtils
Issue Type: New Feature
Components: Core - SqlServer
Environment: MS SQL Server 2005 (version# 9)
Reporter: Stefan Huber
Assigned To: Thomas Dudziak
Priority: Minor
SQL Server 2005 provides new large-value data types:
- varchar(max) replaces text
- nvarchar(max) replaces ntext
- varbinary(max) replaces image
A new Platform should be created to support these data types.
For details see http://msdn2.microsoft.com/en-us/library/ms178158.aspx
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.