--- title: "View File Status | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ms.topic: conceptual helpviewer_keywords: - "file status information [SQL Server]" - "file history [SQL Server]" - "version control services [SQL Server], file status" ms.assetid: 96601fc3-64b8-4dd8-9b73-cc6710293eb9 author: mashamsft ms.author: mathoma manager: craigg --- # View File Status Source control maintains detailed status information on every source-controlled item. You can use this information to identify the current state of the file, and to create a status report on the item. Status information includes: - The identity of the user who has the file checked out. - The latest version number of the selected file. - The date on which the version was created. - The user comment associated with any version. - The paths to the projects with which the file is shared. ### To view the status of an item 1. In Solution Explorer, select an item. 2. On the **File** menu, point to **Source Control**, and click **SourceSafe Properties**. ## See Also [Set and Retrieve Version Information](../../2014/database-engine/set-and-retrieve-version-information.md) [View Project History](../../2014/database-engine/view-project-history.md) [Retrieve Files](../../2014/database-engine/retrieve-files.md) [Compare Files](../../2014/database-engine/compare-files.md)