What are OFFLINE Datafiles with SQL Server ?

The OFFLINE directive is a new feature of the ALTER DATABASE command. This allows databases that employ multiple filegroups to be online serving queries, while some of the database data may unavailable, in one or more filegroup(s) marked as offline.



You May Interest

What are The Different Backup Options With SQL Server ?

MS SQL List of Records in All Tables

What is Resource Governor in SQL Server ?

What is the Maximum Number of Columns a Table in SQL Server ?

Disable All Triggers in MS SQL Server Table