/
How to access (view) SQL Server CE database file from TFS4JIRA Synchronizer
How to access (view) SQL Server CE database file from TFS4JIRA Synchronizer
Windows instructions
- Download & install Microsoft SQL Server Compact 4.0 https://www.microsoft.com/en-us/download/confirmation.aspx?id=17876.
- Download & install LINQPad 5 for .NET Framework 4.6/4.7/4.8 (in case of obsolete link please download the current version from: https://www.linqpad.net/Download.aspx)
- Copy your C:\inetpub\wwwroot\tfs-jira-synchronizer\App_Data\config.sdf file somewhere else inside your machine – you cannot connect to the database if it's active (assuming your TFS4JIRA Synchronizer is running).
- Open up LINQPad and click "Add connection":
- Select Build data context automatically and Default (LINQ to SQL) and click "Next":
- Select SQL CE 4.0 under "Provider" and browse the config.sdf file (the one you've copied in step 3) under "Database":
- You don't need to change anything else. Click "Test" and make sure you get a "Connection Successful" message:
- After that "Ok" and you should be able to browse through the database:
, multiple selections available,
Related content
TFS4JIRA Self-Hosted | How to establish a connection between the TFS synchronizer and MS-SQL database installed on different machines
TFS4JIRA Self-Hosted | How to establish a connection between the TFS synchronizer and MS-SQL database installed on different machines
More like this
How to upgrade TFS4JIRA to the latest version
How to upgrade TFS4JIRA to the latest version
More like this
How to migrate from SQLCE to SQL Express
How to migrate from SQLCE to SQL Express
More like this
How to setup a connection to the MSSQL instance using Windows authentication
How to setup a connection to the MSSQL instance using Windows authentication
More like this