DotNetShoutout - Stories tagged with SQL Server Compact
3
Shouts

Getting Started with NHibernate 3 and SQL Compact

published 694 days, 23 hours, 30 minutes ago posted by Matt_TCFMatt_TCF 697 days, 1 hour, 53 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Sunday, July 24, 2011 5:48:18 PM GMT
There are many posts on the web about how easy it is to get started with Microsoft’s Entity Framework and SQL Server Compact Edition (SQL CE). This combination seems to be all the rage thanks to EF’s new “Code First” approach introduced in version 4.1. While I am impressed with the latest version of Entity Framework, I still prefer NHibernate for a lot of reasons, and it’s actually just as easy (maybe even easier) to get up and running with NHibernate+SQL CE as Entity Framework+SQL CE. In this post, I... (more)
category: Data | clicked: 35 | comment | | source: trycatchfail.com
tags: SQL Server Compact, Fluent NHibernate, NHibernate
6
Shouts

Migrate a SQL Server Compact database to SQL Server using Web Deploy (MSdeploy) - Erik Ejlskov Jensen

published 834 days, 4 hours, 54 minutes ago posted by KluggerKlugger 834 days, 22 hours, 34 minutes ago
Wednesday, March 09, 2011 2:46:54 PM GMT Tuesday, March 08, 2011 9:07:46 PM GMT
You can use the latest version of the msdeploy command line utility, which is included with WebMatrix, to migrate a SQL Server Compct database to SQL Server, or simply generate a script (in SQL Server T-SQL dialect) of the entire database, both schema and data. On my PC, the msdeply.exe version 2.0 is located at C:\Program Files (x86)\IIS\Microsoft Web Deploy V2 Below are some sample usages involving a SQL Server Compact 4 source database: msdeploy -verb:sync -source:dbFullSql="Data Source=C:\d... (more)
category: Data | clicked: 5 | comment | | source: erikej.blogspot.com
tags: SQL Server Compact, SQL Server, MSDeploy, Web Deploy, Database
9
Shouts

How to use ExportSqlCE to migrate from SQL Server to SQL Compacts

published 1035 days, 1 hour, 58 minutes ago posted by dharadhara 1035 days, 10 hours, 14 minutes ago
Friday, August 20, 2010 5:43:13 PM GMT Friday, August 20, 2010 9:27:36 AM GMT
Release 2.5 of the SQL Compact schema and data script utility Codeplex project contains a new command line utility, named Export2SqlCe, that allows you to export schema and data from a SQL Server 2005/2008 database in a SQL Compact compatible SQL format. (more)
category: Data | clicked: 1 | comment | | source: beyondrelational.com
tags: SQL Server Compact, SQL Server