This post will show you how to split your database files for better performance by using SQL Server Management Studio. In my April 20 post, I discussed the need for dividing the data in your database across multiple RAID 1 arrays to reduce the drive wait time for I/O reading and writing.
Introduction to SQL Server Management Studio
I am going to be writing about SQL Server Management Studio in the future. But for now, here are some good tutorials about how to start it and how to connect to your database:
· Starting SQL Server Management Studio
· Connecting with Registered Servers and Object Explorer
After you have Object Explorer connected to your instance of SQL Server, you can expand the SQL Server instance node and see a tree view of all the database nodes on that instance.
Data File Configuration
The data file configuration is under the properties of the individual database. Let practice adding another data file to the primary filegroup in the AdventureWorks database. To do this, just follow these steps:
1. In Object Explorer, expand the SQL Server instance node.
2. Find the database that you want to configure.
3. Right-click the node, and then click Properties. The Database Properties Dialog box will open.
Read more: PTC Windchill on SQL Server