Click here to Skip to main content
15,922,325 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb app send out email message Pin
Richard MacCutchan7-Aug-16 21:20
mveRichard MacCutchan7-Aug-16 21:20 
QuestionCompare a sql server database with a model database through vb.net code Pin
desanti7-Aug-16 2:47
desanti7-Aug-16 2:47 
AnswerRe: Compare a sql server database with a model database through vb.net code Pin
Mycroft Holmes7-Aug-16 14:30
professionalMycroft Holmes7-Aug-16 14:30 
GeneralRe: Compare a sql server database with a model database through vb.net code Pin
desanti8-Aug-16 2:12
desanti8-Aug-16 2:12 
AnswerRe: Compare a sql server database with a model database through vb.net code Pin
Richard Deeming8-Aug-16 3:38
mveRichard Deeming8-Aug-16 3:38 
GeneralRe: Compare a sql server database with a model database through vb.net code Pin
desanti8-Aug-16 7:30
desanti8-Aug-16 7:30 
GeneralRe: Compare a sql server database with a model database through vb.net code Pin
Mycroft Holmes8-Aug-16 13:20
professionalMycroft Holmes8-Aug-16 13:20 
GeneralRe: Compare a sql server database with a model database through vb.net code Pin
way0utwest10-Aug-16 5:38
way0utwest10-Aug-16 5:38 
You can automate this with SQL Compare within a VB.NET program. There is a Compare SDK that can be embedded into an application.

SQL Comparison SDK - Automates Comparison And Synchronization Tasks[^]

The process of comparing two tables and generating difference code isn't hard, but it does become tedious as there are a lot of potential issues to work through. If you have lots of time to build this, then you can use data from sys.columns and other DMVs to generate difference lists and build the ALTER statements for tables.

For views/procs/functions, it's more complex comparing changes, but really if you have a model, you can just take the code and move it over.
QuestionSearch for sql server instances present in PC and Local network Pin
desanti6-Aug-16 7:09
desanti6-Aug-16 7:09 
AnswerRe: Search for sql server instances present in PC and Local network Pin
Michael_Davies6-Aug-16 7:31
Michael_Davies6-Aug-16 7:31 
GeneralRe: Search for sql server instances present in PC and Local network Pin
desanti6-Aug-16 8:20
desanti6-Aug-16 8:20 
GeneralRe: Search for sql server instances present in PC and Local network Pin
Michael_Davies6-Aug-16 20:41
Michael_Davies6-Aug-16 20:41 
GeneralRe: Search for sql server instances present in PC and Local network Pin
desanti7-Aug-16 0:39
desanti7-Aug-16 0:39 
GeneralRe: Search for sql server instances present in PC and Local network Pin
Michael_Davies7-Aug-16 0:45
Michael_Davies7-Aug-16 0:45 
GeneralRe: Search for sql server instances present in PC and Local network Pin
desanti7-Aug-16 1:12
desanti7-Aug-16 1:12 
QuestionKeep images to be open only by my program Pin
desanti5-Aug-16 10:23
desanti5-Aug-16 10:23 
AnswerRe: Keep images to be open only by my program Pin
Dave Kreskowiak5-Aug-16 10:43
mveDave Kreskowiak5-Aug-16 10:43 
GeneralRe: Keep images to be open only by my program Pin
desanti5-Aug-16 12:47
desanti5-Aug-16 12:47 
GeneralRe: Keep images to be open only by my program Pin
Eddy Vluggen5-Aug-16 12:59
professionalEddy Vluggen5-Aug-16 12:59 
GeneralRe: Keep images to be open only by my program Pin
desanti5-Aug-16 14:00
desanti5-Aug-16 14:00 
GeneralRe: Keep images to be open only by my program Pin
Dave Kreskowiak5-Aug-16 13:15
mveDave Kreskowiak5-Aug-16 13:15 
Questionvb.net 2010 that uses sql Pin
dcof5-Aug-16 6:04
dcof5-Aug-16 6:04 
AnswerRe: vb.net 2010 that uses sql Pin
Richard Deeming5-Aug-16 7:12
mveRichard Deeming5-Aug-16 7:12 
GeneralRe: vb.net 2010 that uses sql Pin
dcof7-Aug-16 9:19
dcof7-Aug-16 9:19 
Question.NET - Acrobat 11 crashes when opening PDF Pin
vaultboy4-Aug-16 7:16
vaultboy4-Aug-16 7:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.