This is a migrated thread and some comments may be shown as answers.

Validate Schema against database

1 Answer 55 Views
Feature Requests
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pål
Top achievements
Rank 1
Pål asked on 11 Dec 2008, 03:57 PM
Hi.

Using VSchema.exe, it would be very handy to have a way to verify that a database schema is correct without making any changes.

e.g.

VSchema.exe 
    -databaseVerify
    -direct
    -connectionID:DatabaseConnection1
    -assembly:MyApp.exe 
    -config:App.Config

This is crucial for some deployed applications since working against a changed schema/datamodel can corrupt data/crash system.

Regards

Pål

1 Answer, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 12 Dec 2008, 02:43 PM
Hello Pål,
-direct- is doing what you want. Just check if we create an ddl script to find out if there are changes.

Best wishes,
Jan Blessenohl
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Feature Requests
Asked by
Pål
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Share this question
or