Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-10-13 : 08:20:04
|
| Yasser writes "Does anyone know if SQL server 2000 has the capability of creating indexes on a separate filegroup?Meaning, I will create a filegroup for data I will call it "DATA' for tables data, I will create another filegroup "INDEXES" for indexes data.SO I will end up with 3 filesgroupsPRIMARYDATAINDEXESAnd then if SQL Server allows me to create the indexes on that filegroup "INDEXES"Thanks in advance..." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-10-13 : 08:20:36
|
| Absolutely. Check Books Online under "CREATE INDEX", it will show you the syntax for specifying the filegroup for your indexes. |
 |
|
|
|
|
|