|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, July 11, 2008 1:05 AM
Points: 49,
Visits: 493
|
|
Is it possible for partition the existing table rows without altering any existing indexes ?
if i am using the below query, it drop the indexes. Drop index IX_DOCID on PartionOrder1 with (Move To [YearPS] (DueDate) )
thanks in advance
thanks & regards
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, July 11, 2008 1:05 AM
Points: 49,
Visits: 493
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, July 11, 2008 1:05 AM
Points: 49,
Visits: 493
|
|
I'm having the existing table around 75million records, which lies in primary file group with contains one clustered and 6 non clustered index columns out of 25 columns in the table. I want to be partition the particular table by month on month with out altering any indexes.
Please guide me if it is possible ?
thanks & regards Saravanakumar.R
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 5:02 AM
Points: 2,365,
Visits: 1,825
|
|
Hi
There are lots of articles on the web regarding table partitioning sepcially the one by KimberTripp.
http://msdn2.microsoft.com/en-us/library/ms345146.aspx
Dont know whether this is what you require and I dont know too much about this to help you more.
"Keep Trying"
|
|
|
|