/
KB : How to access (view) SQL Server CE database file from TFS4JIRA Synchronizer
KB : 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 4 for .NET Framework 4.0 / 4.5.
- 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
How to access (view) SQL Server CE database file from TFS4JIRA Synchronizer
How to access (view) SQL Server CE database file from TFS4JIRA Synchronizer
More like this
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
TFS4JIRA Self-Hosted | Empty SQL express database creation and usage
TFS4JIRA Self-Hosted | Empty SQL express database creation and usage
More like this
KB : Modifying Database for user mappings
KB : Modifying Database for user mappings
More like this
Modifying Database for user mappings
Modifying Database for user mappings
More like this