Viewing 5 posts - 1 through 5 (of 5 total)
I have i doubt
when I recreated an index using this script ,I found 1 difference in FILLFACTOR value in case of '0'
----------------------------------------------
This is what I generated before this script
----------------------------------------------
CREATE...
October 21, 2013 at 6:20 am
This is really good example.
But i have a heavy loaded table on which i need to implement this.
So from your example instead of 'create table' can anyone suggest me how...
January 5, 2012 at 7:09 am
Hi Abhay,
as you said we need to mentioned the partition schema while declaring the table as shown below :-
CREATE TABLE [dbo].[fact_warehouse_transaction]( [transaction_ident] [int] NOT NULL IDENTITY(1, 1), ...
January 5, 2012 at 6:42 am
Regarding partitioned Index :-
One more thing if suppose there is a table A, having primary key over column 'A1'
,this contains 700 columns and out of these 15 columns...
January 5, 2012 at 3:53 am
Thanks for reply.
i read these articles.
But still it is better if someone guide me by providing some precise and step by step details to partition a table in an existing...
January 5, 2012 at 3:52 am
Viewing 5 posts - 1 through 5 (of 5 total)