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

Finding Session Id in MS SQL User's Current Process

What is a Linked Server in SQL Server ?

Making a MS SQL Database Offline

Getting the Id of MS SQL Server Last Entered Record

Finding List of Tables Using View in MS SQL