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 System Data Collection Sets Predefined Inside SQL Se ...

What is the Maximum Size per Database for SQL Server Express ?

What is RAISEERROR in SQL Server ?

What is a ROLLUP Clause in SQL Server ?

What is the Difference Between CHAR and VARCHAR Datatypes in SQL ...