How to use file groups in SQL Server to speed up my database and optimization ?
Please help me for create and use it .
Thanks .
How to use file groups in SQL Server to speed up my database and optimization ?
Please help me for create and use it .
Thanks .
to use filegroups you need to be sure that your disks volumes are physically separated, then you need to crate a file group, add an file to it and create partitioning function to distribute your table data into filegroups.