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...
-
Hi I have to do one customized template but have no Luck so far... I Still need to Type in even after generating standard Stored procedures using Codesmith. Actualy the requirement is that If the record already exists it should not let SAVE but also displays the Message that the record is already exists...
-
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!