Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Gain Space Using XML data type

    Hi,

    You can reduce the space similarly without XML. You can use the table instead of the XML column.

    CREATE TABLE Rainfall_LocDate

    (LocDateId int IDENTITY(1, 1)

    ,LocID int

    ,Date datetime

    ,CONSTRAINT PK_Rainfall_LocDate...

Viewing post 1 (of 1 total)