This question is about the T-SQL syntax that leads to partitons an already existed table, I have a very large table an I want to split it to several partitons, so the question is Is it possible to split table after its creation and after the fact that it has been already populated?
Thanks