- Feb 19, 2005
- 15
- 0
- 0
Hi. I have 8 databases (each contains an LDF/MDF) and they are starting to grow rather large. I understand there is a way in SQL to take one MDF and turn it into chunks.
Ex:
database.mdf (orginal) want to turn into
database.part1
database.part2 etc.
Does the LDF become a part as well?
I do not want to seperate them off of a the same drive, there is no raid setup. The system is 8 databases sitting on a drive, they're just becoming too large (I'm talking 40+ gig for some) so I am hoping to turn into smaller parts, say four 10 GIG parts for one database. I've been looking around google with no such luck, I imagine I'm using the wrong key words to search. I can only imagine the alter database command is used, I'm on SQL 2000 PE, but have envirorments of SQL2000/2005 standard to work with.
Thanks.
Ex:
database.mdf (orginal) want to turn into
database.part1
database.part2 etc.
Does the LDF become a part as well?
I do not want to seperate them off of a the same drive, there is no raid setup. The system is 8 databases sitting on a drive, they're just becoming too large (I'm talking 40+ gig for some) so I am hoping to turn into smaller parts, say four 10 GIG parts for one database. I've been looking around google with no such luck, I imagine I'm using the wrong key words to search. I can only imagine the alter database command is used, I'm on SQL 2000 PE, but have envirorments of SQL2000/2005 standard to work with.
Thanks.
