Viewing 6 posts - 1 through 7 (of 7 total)
Exactly,
I have to use the primary key in the primary partition.
There will be a performance gain?
Thanks Paul.
Luis.
May 29, 2010 at 8:32 am
Can I create PK integer (nonclustered) and the partition function datetime?
Partition Function:
CREATE PARTITION FUNCTION pf_Date (datetime) AS
RANGE right FOR VALUES (2007-01-01', '2008-01-01', '2009-01-01' );
GO
Partition Scheme:
CREATE PARTITION SCHEME ps_Date...
May 28, 2010 at 2:39 pm
Tks replay
Do you help me in sytax?
This sintax is wrong:
CREATE TABLE Sales (
SalesID int not null
SalesDate datetime not null
CONSTRAINT...
May 28, 2010 at 2:08 pm
Tks replay
Do you help me in sytax?
This sintax is wrong:
CREATE TABLE Sales (
SalesID int not null
SalesDate datetime not null
CONSTRAINT...
May 28, 2010 at 2:06 pm
Thanks for the reply.
What is the syntax for Convert a table is not partitioned on a partitioned table using switch
I will use horizontal partition by fiscal year.
Tks
Luis
May 27, 2010 at 5:41 am
Viewing 6 posts - 1 through 7 (of 7 total)