October 29, 2006 at 6:20 am
Hi All,
Is there Any Genius Who Could Help Me On Partitioning Function's In SQL 2005. My Question Is...
I have a database in which 4 file groups are assigned and for a particular table in the same DB i have four function ranges(DateTime) assigned for each file group and the same function is associated with the partiotion schema.. now i want to add two different funtion ranges to two different filegroups for the same partition funtion and for the same partition schema..... Is It possible IF Yes Then Please Help Me Out....
October 29, 2006 at 11:59 pm
Yes you can split ranges in partition functions.
Use the command ALTER PARTITION SCHEME .. NEXT USED newFileGroup to specify the filegroup you want the new partition to use.
Then use: ALTER PARTITION FUNCTION SPLIT RANGE to add the partition function range.
Julian Kuiters
juliankuiters.id.au
October 30, 2006 at 5:51 am
here's a very good article ...
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