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] "Travis" <Travis@discussions.microsoft.com> wrote in message
news:87FF4413-BD13-4984-981C-5EB38ED482C7@microsoft.com...
> Means that I not able to split out the index pages and the data store in
> the
> database
> to different location ?
>
> "Andrew J. Kelly" wrote:
>
>> 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
>>
>>
>> "Travis" <Travis@discussions.microsoft.com> wrote in message
>> news:DF593C27-CB9B-4C69-AF7C-4A9C3AE1E86A@microsoft.com...
>> > 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 ?
>> >
>> > --
>> > Travis Tan
>>
>>
>>