https://github.com/joefitzgerald/sqlce
Microsoft SQL Server (Compact Edition) Cookbook
https://github.com/joefitzgerald/sqlce
Last synced: 9 months ago
JSON representation
Microsoft SQL Server (Compact Edition) Cookbook
- Host: GitHub
- URL: https://github.com/joefitzgerald/sqlce
- Owner: joefitzgerald
- License: other
- Created: 2013-08-12T17:58:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T17:57:38.000Z (over 8 years ago)
- Last Synced: 2025-02-05T02:38:49.319Z (over 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Server Compact Edition 4.0 SP1 Cookbook
Microsoft SQL Server Compact 4.0 is a free, embedded database that software developers can use for building ASP.NET websites and Windows desktop applications. SQL Server Compact 4.0 has a small footprint and supports private deployment of its binaries within the application folder, easy application development in Visual Studio and WebMatrix, and seamless migration of schema and data to SQL Server.
You can manually download it here: http://www.microsoft.com/en-us/download/details.aspx?id=30709, and use of this cookbook subjects you to any license or redistribution requirements specified at this location.
# Requirements
### Platform
* Windows 2008 R2
* Windows 2012 (Not Tested)
### Cookbooks
* windows
# Usage
* Add `recipe[sqlce::default]` to your run list.
# Attributes
* `default['sqlce']['4.0']['url']` (Default: `http://download.microsoft.com/download/F/F/D/FFDF76E3-9E55-41DA-A750-1798B971936C/ENU/SSCERuntime_x64-ENU.exe`)
* `default['sqlce']['4.0']['checksum']` (Default: `29e5ff4b478cd6709ac2a0d4a5e065ccec14e5b7b972b6afc852b498c03c40d0`)
* `default['sqlce']['4.0']['package_name']` (Default: `Microsoft SQL Server Compact 4.0 SP1 x64 ENU`)
# Recipes
* default
# Author
Author:: Joe Fitzgerald ()