Forum Discussion
JNICKRAND
Apr 09, 2024Copper Contributor
Comparing fields from Microsoft SQL database to Microsoft server Compat database
I have two databases in two different locations. One is a SQL database and one is a SQL server compact database. Is it possible to create a script to compare the fields in the SQL database to the fie...
olafhelper
Apr 10, 2024Bronze Contributor
JNICKRAND , there is a free & powerfull tool available for: GitHub - ErikEJ/SqlCeToolbox: SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
- JNICKRANDApr 10, 2024Copper Contributor
olafhelper , Thanks I will check it out.