January 13, 2009 at 4:25 am
Hi All,
I have a table with 70 million records which is created in PRIMARY db partition and having many constraints, reference.
Now i want to apply a table partition on this table for performance improvement.
How to change(requesting for script) table from PRIMARY partition to table partition(i.e. partitioning schema).
I am able to create partitioning on new table. But i am looking to apply table partitioning on existing tables with out loosing records.
I am not intrested to create a snapshot of the original table and drop the old. It is very risk.
Help to me.
Thanks,
Kishore KK.
January 13, 2009 at 5:23 am
I don't think this is possible without creating a new table.
If someone knows the solution then I am also interested in it
-Vikas Bindra
January 13, 2009 at 5:30 am
Did you read:
-SQL2005 http://msdn.microsoft.com/en-us/library/ms188706(SQL.90).aspx
-SQL2008 http://msdn.microsoft.com/en-us/library/ms188706.aspx
- http://www.sqlservercentral.com/articles/SQL+Server+2005/61765/
- http://www.sqlservercentral.com/articles/Development/3144/
- http://msdn.microsoft.com/en-us/library/ms345146.aspx
- http://www.sqlservercentral.com/Forums/Topic414210-338-1.aspx
- http://www.sqlservercentral.com/Forums/Topic623669-360-1.aspx
also keep in mind, if partitioning an existing table, you may still end up with DOWN TIME for your application(s) !
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply