Click here to Skip to main content
15,889,874 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 2:38
professionalEddy Vluggen10-Apr-15 2:38 
GeneralRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 2:51
professionalSascha Lefèvre10-Apr-15 2:51 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 3:00
professionalEddy Vluggen10-Apr-15 3:00 
GeneralRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 3:11
professionalSascha Lefèvre10-Apr-15 3:11 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 3:17
professionalEddy Vluggen10-Apr-15 3:17 
GeneralRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 3:20
professionalSascha Lefèvre10-Apr-15 3:20 
GeneralRe: Compare the structure for 2 sql server databases Pin
Wendelius13-Apr-15 17:49
mentorWendelius13-Apr-15 17:49 
AnswerRe: Compare the structure for 2 sql server databases Pin
Sascha Lefèvre10-Apr-15 1:42
professionalSascha Lefèvre10-Apr-15 1:42 
SQL Server allows you to query the schema of the database; Mika's first link explains that. I recently searched for open-source projects that accomplish this task and the best thing I found is this Codeproject-article: SQL Server Database Comparison Tool[^].
It appears to have some flaws because it didn't find the differences of two database-schemas I compared with it, but it contains all kinds of SQL-queries to query the database-schema which you could use as a starting point for your own solution.
GeneralRe: Compare the structure for 2 sql server databases Pin
dilkonika10-Apr-15 6:19
dilkonika10-Apr-15 6:19 
GeneralRe: Compare the structure for 2 sql server databases Pin
Richard MacCutchan10-Apr-15 6:55
mveRichard MacCutchan10-Apr-15 6:55 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 8:36
professionalEddy Vluggen10-Apr-15 8:36 
GeneralRe: Compare the structure for 2 sql server databases Pin
dilkonika10-Apr-15 9:36
dilkonika10-Apr-15 9:36 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 10:10
professionalEddy Vluggen10-Apr-15 10:10 
GeneralRe: Compare the structure for 2 sql server databases Pin
dilkonika10-Apr-15 10:16
dilkonika10-Apr-15 10:16 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen10-Apr-15 10:27
professionalEddy Vluggen10-Apr-15 10:27 
GeneralRe: Compare the structure for 2 sql server databases Pin
dilkonika10-Apr-15 12:35
dilkonika10-Apr-15 12:35 
GeneralRe: Compare the structure for 2 sql server databases Pin
Eddy Vluggen11-Apr-15 8:49
professionalEddy Vluggen11-Apr-15 8:49 
Questionvb.net 2010 pass value to function Pin
dcof9-Apr-15 13:04
dcof9-Apr-15 13:04 
AnswerRe: vb.net 2010 pass value to function Pin
Richard MacCutchan9-Apr-15 21:53
mveRichard MacCutchan9-Apr-15 21:53 
AnswerRe: vb.net 2010 pass value to function Pin
Richard Deeming10-Apr-15 3:39
mveRichard Deeming10-Apr-15 3:39 
GeneralRe: vb.net 2010 pass value to function Pin
dcof10-Apr-15 4:12
dcof10-Apr-15 4:12 
QuestionVB6 TextBox truncates text in IE 11 Compatibility Mode Pin
Bill Cumming9-Apr-15 5:29
Bill Cumming9-Apr-15 5:29 
QuestionRe: VB6 TextBox truncates text in IE 11 Compatibility Mode Pin
Richard Deeming9-Apr-15 7:08
mveRichard Deeming9-Apr-15 7:08 
AnswerRe: VB6 TextBox truncates text in IE 11 Compatibility Mode Pin
Bill Cumming9-Apr-15 7:15
Bill Cumming9-Apr-15 7:15 
QuestionWM that has to do with pressing the enter key and TAB key. Pin
dilkonika8-Apr-15 13:29
dilkonika8-Apr-15 13:29 

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.