Samanta


Comments:

LINQ to SQL (Part 4 - Updating our Database)

posted by SamantaSamanta(50) 4 years, 1 month ago 0

Have you heard of such component as Database Restyle - Library which allows the synchronization of LINQ To SQL model with database structure:
http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=55&tid=linqtosqlsynchronization

Reply

SQL SERVER - 2005 - Create Script to Copy Database Schema and All The

posted by SamantaSamanta(50) 4 years, 1 month ago 0

You article shows how to create script to create the whole database from scratch. But in case if you don't need to create script for whole database, but script for changing database this method is impossible. Have you heard about Database Restyle - Library? This component allows the generation of script for database schemas synchronization:
http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=55&tid=automaticsynchronization

Reply