An open API service indexing awesome lists of open source software.

https://github.com/erikej/sqlcecmd

Manage SQL Server Compact databases via command line, without Visual Studio installed. Syntax similar to sqlcmd (for SQL Server)
https://github.com/erikej/sqlcecmd

command-line-tool database sql-server-compact

Last synced: 9 months ago
JSON representation

Manage SQL Server Compact databases via command line, without Visual Studio installed. Syntax similar to sqlcmd (for SQL Server)

Awesome Lists containing this project

README

          

# What is it?

Administer SQL Compact databases directly from the command line, without having Visual Studio or SQL Server Management Studio installed. Only requires NetFx 2.0 and SQL Compact installed. Command line options similar to sqlcmd (for SQL Server). Also runs any SQL Compact script files.

Runs scripts generated by my [ExportSqlCe/Export2SqlCe](https://github.com/ErikEJ/SqlCeToolbox) command line tools.

# How do I get it?

Download from the [here](https://github.com/ErikEJ/SqlCeCmd/releases)

# How do I use it

[Detailed command line documentation](https://github.com/ErikEJ/SqlCeCmd/wiki)

A three part tutorial on SqlCeCmd usage is available on my blog here:

[SqlCeCmd tutorial part one – Managing database files](http://erikej.blogspot.com/2009/04/sqlcecmd-tutorial-part-one-managing.html)

[SqlCeCmd tutorial part two – Creating database objects and adding data](http://erikej.blogspot.com/2009/05/sqlcecmd-tutorial-part-two-creating.html)

[SqlCeCmd tutorial part three – query options](http://erikej.blogspot.com/2009/07/sqlcecmd-tutorial-part-three-query.html)

![Screenshot](https://github.com/ErikEJ/SqlCeCmd/blob/master/img/sqlcmd.png)