--- title: "Set and Retrieve Version Information | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ms.topic: conceptual helpviewer_keywords: - "historical information [SQL Server]" - "source controls [SQL Server Management Studio], version information" - "retrieving version information" - "current file version information" - "version control services [SQL Server], retrieving version information" - "version control services [SQL Server], setting version information" - "status information [SQL Server], source control files" - "historical information [SQL Server], source control files" ms.assetid: c3f253c4-4e3d-48e8-8d90-bd6ee899faf7 author: mashamsft ms.author: mathoma manager: craigg --- # Set and Retrieve Version Information Version information includes the history and current status of a source-controlled file. For every source-controlled file, [!INCLUDE[msCoName](../includes/msconame-md.md)] Visual SourceSafe maintains a comprehensive history, so you can track the evolution of one or more files over time. You can also use this information to retrieve a local copy of any version of the file or to compare any two file versions. The history of a file includes: - The version number, which identifies its sequence among other versions of the same file. - The action performed. Tracked operations include file creation, check in, and deletion. - The user name of the person who performed an action involving the file. - The date and time when the operation was performed. Visual SourceSafe also maintains current status information on the currently loaded solution. This information provides a snapshot of the current state of the file, including: - The identity of the user who has the file checked out. - The latest version number of the selected file. - The date when the version was created. - The user comment associated with the version. - The paths to the projects with which the file is shared. ## In This Section - [View File History](../../2014/database-engine/view-file-history.md) - [View Project History](../../2014/database-engine/view-project-history.md) - [View File Status](../../2014/database-engine/view-file-status.md) - [Retrieve Files](../../2014/database-engine/retrieve-files.md) - [Specify a Version as the Latest Version](../../2014/database-engine/specify-a-version-as-the-latest-version.md) - [Compare Files](../../2014/database-engine/compare-files.md) - [Share Files](../../2014/database-engine/share-files.md) - [Create History and Status Reports](../../2014/database-engine/create-history-and-status-reports.md) ## See Also [Source Control Basics](../../2014/database-engine/source-control-basics.md)