I have a big database about 4.5Tb. Is it possible to partition it and move the half of it to another raid?
Thanks Arman.
PS.
I use Windows Server 2008 Standard with Microsoft SQL Server 2008.
I have a big database about 4.5Tb. Is it possible to partition it and move the half of it to another raid?
Thanks Arman.
PS.
I use Windows Server 2008 Standard with Microsoft SQL Server 2008.
You can set up multiple secondary files with in enterprise manager, if you machine can see multiple logical disks you can provide storage space on a number of disks See
Once you have created filegroups you can assign tables to specific filegroups. File groups can be made up of files from different disks(or different RAID clusters). So you can spread your database and individual tables over multiple logical disk.
As this question is tagged with Sql-server I am assuming we are talking about Microsoft SQL Server.
Some more reading