dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

Column type change in MSSQLServer

Open luis100 opened this issue 9 years ago • 0 comments

When round-trip testing from MSSQLServer to SIARD and back, the following changes occurred on the column data types:

  • [bigint] became [decimal](19, 0)
  • [nvarchar](max) became [text]
  • [nvarchar](50) became [varchar](50)
  • [datetime] became [datetime2](7)
  • [tinyint] became [smallint]

luis100 avatar Dec 05 '14 14:12 luis100