Showing related tags and posts accross the entire site.
-
Out of necessity, I created this template to help me move a SQL Server 2005 database to SQL Server 2005 Compact edition. This saved me a LOT of manual entry for all the DDL for the CREATE TABLE stuff. Right now all it does is the basic create table with primary key (if any). It doesn't do foreign...
-
I created this template to convert SQL Server DDL syntax to SQL Server CE syntax. It does primary keys, but no foreign keys. If anybody wants to add foreign keys, feel free. Enjoy!