This topic describes how to move an existing index from its current filegroup to a different filegroup in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by ...
This article is a continuation of article number 10 (ANO10), if haven't read it please study that and then back to this one. How to remove a datafile and a filegroup: To remove a filegroup, it's ...
At a minimum, every [!INCLUDE ssNoVersion] database has two operating system files: a data file and a log file. Data files contain data and objects such as tables, indexes, stored procedures, and ...
In the previous article(ANO8) I explained datafiles and FileGroups, in this article I want to describe a number of useful system and user-defined stored procedures and system views. First of all, ...
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
As mentioned in my post on VLDBs, one of the key pieces of a high performing solution is the use of Read-only Filegroups. If a significant part of your data is not changing, then why not tell SQL ...