I am creating a program, and for that i implements function to partionate a Table (which are too big).
In Oracle it's simple :
ALTER TABLE myTable SPLIT PARTITION ....
But for MS Sql Server 2005, I encounter some problems.
Do you have an idea ?
How can i partitionate a Table without make TSQL Functions ?
Is it possible ?
how can I split Tables simply.
Thanks ;)
I don't think you can...
this article describes how to do it using a function:
http://msdn2.microsoft.com/en-us/library/ms186307.aspx
|||thanks ;)
No comments:
Post a Comment