ErikEJ / SqlCeToolbox

SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinSAT folder permissions required

pweigand opened this issue · comments

Export from SQL CE to SQL Server is requiring access to users AppData\Local\Temp\WinSAT folder.

Steps to reproduce

In SQLite/SQL Server Compact Toolbox right click a SQL CE database, and choose "Migrate to SQL Server". Choose target - SQL Server express 2022 instance with an empty new database.

Further technical details

Screenshot of the error and a quick workaround:
2023-03-01 07_55_40- (Debugging) - Microsoft Visual Studio

Database engine: SQLLite 4.0 SP1, SQL Server 2022 Express (16.0.1050.5)

Visual Studio or SSMS version: Visual Studio 2022 17.5

Current workaround:
Gave permissions to everyone to folder AppData\Local\Temp\WinSAT

Which Windows version - do you know what WinSAT is?

I tried to implement a fix for this in the latest daily build, would be grateful if you could try it out.