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)
- Host: GitHub
- URL: https://github.com/erikej/sqlcecmd
- Owner: ErikEJ
- License: apache-2.0
- Created: 2017-03-31T19:07:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T11:56:21.000Z (over 3 years ago)
- Last Synced: 2024-11-01T13:42:07.586Z (about 1 year ago)
- Topics: command-line-tool, database, sql-server-compact
- Language: C#
- Homepage:
- Size: 409 KB
- Stars: 25
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
