I have table which is partitioned by acquisition date
Table Structure (TableName : Inventory)
Vendor_Name [varchar](80) NULL,
Model_Name [varchar](80) NULL,
AcquisitionDate [datetime] NOT NULL,
Qty [bigint] NOT NULL
Partition Function For Inventory Table :
CREATE PARTITION FUNCTION...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.