Viewing post 1 (of 1 total)
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...
August 4, 2009 at 1:53 am
#1034105