Groups | Blog | Home
all groups > sql server clustering > june 2005 >

sql server clustering : index


Travis
6/21/2005 9:41:01 PM
Hi ,

If I create a database , it will have a *.mdx and *.log files cater for
that database. If I create a index (clustered or non clustered) is it store
on the mdx files as well or index pages are store on different files ?

--
Andrew J. Kelly
6/22/2005 7:53:11 AM
I assume you mean the .mdf files? But yes any objects created in the user
database live within the database files.

--
Andrew J. Kelly SQL MVP


[quoted text, click to view]

Travis
6/23/2005 3:05:02 AM
Means that I not able to split out the index pages and the data store in the
database
to different location ?

[quoted text, click to view]
Andrew J. Kelly
6/23/2005 7:53:23 AM
Yes you can do that with filegroups. Create a new filegroup and add one or
more files to that. Then when you create the object you can specify the
filegroup in which it lives. See filegroup in BooksOnLine for more details.

--
Andrew J. Kelly SQL MVP


[quoted text, click to view]

AddThis Social Bookmark Button