Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PartitionLearning

    Issue with ALTER Partition SWITCH to load data

    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...

Part and Inventory Search

Back
Top