Hello there,
I need your help... I'm trying to get access to the umbraco.sdf on Umbraco 8.14. All attempts to get this done, resulted in a "not so amusing"-result.
I already tried the guides in the forum like SSMS with and without SSCE4.0 runtime, SQLite viewer and the SQL Toolbox for VS.
Help me Obi-wan ...erm... Umbraco Community... You're my only hope^^
Tips, tricks, ideas are very welcome...enlighten me please to get this problem solved.
Thanks for the fast responses...
I tried it, and it doesn't work very well for me. I also tried Kevin's tip and voilĂ ... seems like it killed my VS Installation somehow... reinstalled VS, installed the toolbox and the runtime, and it worked as it supposed to work. I couldn't have imagined updates and extensions would shred my IDE.
Opening .sdf
Hello there, I need your help... I'm trying to get access to the umbraco.sdf on Umbraco 8.14. All attempts to get this done, resulted in a "not so amusing"-result. I already tried the guides in the forum like SSMS with and without SSCE4.0 runtime, SQLite viewer and the SQL Toolbox for VS.
Help me Obi-wan ...erm... Umbraco Community... You're my only hope^^
Tips, tricks, ideas are very welcome...enlighten me please to get this problem solved.
Michael
Hi,
I use the SqlLite and SQLCompact toolbox extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=ErikEJ.SQLServerCompactSQLiteToolbox
this lets you open the .sdf files in visual studio and you can examine the tables and run sql against them.
Kevin
I have used this SQLCE CompactView it works fine for my needs.
Thanks for the fast responses... I tried it, and it doesn't work very well for me. I also tried Kevin's tip and voilĂ ... seems like it killed my VS Installation somehow... reinstalled VS, installed the toolbox and the runtime, and it worked as it supposed to work. I couldn't have imagined updates and extensions would shred my IDE.
Thanks again for the help
I have always use LinqPad for this, top left click "Add connection" choose the first option
Then SQL CE 4.0 and select the file
If I remember correctly, this does require you to install the SQL CE runtime first, which can be found at: https://www.microsoft.com/en-us/download/details.aspx?id=5783
is working on a reply...