Uploaded image for project: 'DdlUtils'
  1. DdlUtils
  2. DDLUTILS-156

Support for MS SQLServer 2005

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 1.3
    • Core - SqlServer
    • None
    • MS SQL Server 2005 (version# 9)

    Description

      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

      There is also a better schema support in this version and the builder methods (MsSqlBuilder.java) like dropTable, processChange, writeExpternalForeignKeyDropStmt, .. need to take care of that. Otherwise we might change elements (drop tables or FKs) from other schemas the user has access to!

      Attachments

        Activity

          People

            tomdz Thomas Dudziak
            s_huber Stefan Huber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: