boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

How to generate script from .sdf database?

Updated on     Kisan Patel

Problem:

How to generate script from sdf database?
How to Convert .sdf database to .mdf database?
How to migrate from SQL Compact Edition (sdf file) to SQL Server database?

Solution:

To generate script from .sdf (Compact Database), first you need to install SQL Server Compact & SQLite Toolbox extension in visual studio.

To install “SQL Server Compact & SQLite Toolbox” extension go to TOOLS => Extensions and Updates => click “Online” Tab from right side menu => Search “SQL Server Compact & SQLite Toolbox” in search box => click “Download” and Install.

sdf-database--screenshot-1

Next, Open Server Explorer in Visual studio (In visual studio go to VIEW => Server Explorer) and click on “SQL Server Compact & SQLite Toolbox” icon as shown in below screenshot.

sdf-database-screenshot-2

Next right click on “Data Connections” tab and Add SQL Server Compact 4.0 Connection… as shown in below screenshot then click on Browse to connect your existing .sdf databse then click OK.

sdf-database-screenshot-3

Now, right click database => Script Database => Script Database Schema and Data as shown in below screenshot and save it as .sql.

sdf-database-screenshot-4

Done!


SQL Server Visual Studio

Leave a Reply