Click here to Skip to main content
15,898,222 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to join two sql queries together? Pin
Mycroft Holmes5-Sep-12 12:49
professionalMycroft Holmes5-Sep-12 12:49 
AnswerRe: How to join two sql queries together? Pin
Osama Bin Laden 20125-Sep-12 15:02
Osama Bin Laden 20125-Sep-12 15:02 
AnswerRe: How to join two sql queries together? Pin
pmpdesign5-Sep-12 19:29
pmpdesign5-Sep-12 19:29 
GeneralRe: How to join two sql queries together? Pin
turbosupramk36-Sep-12 4:10
turbosupramk36-Sep-12 4:10 
AnswerRe: How to join two sql queries together? Pin
Niju16-Sep-12 6:32
Niju16-Sep-12 6:32 
GeneralRe: How to join two sql queries together? Pin
turbosupramk36-Sep-12 9:57
turbosupramk36-Sep-12 9:57 
QuestionHow to get Renamed, Deleted, and Added Columns of the Table? Pin
Rohit Kesharwani5-Sep-12 4:25
Rohit Kesharwani5-Sep-12 4:25 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
David Mujica5-Sep-12 4:35
David Mujica5-Sep-12 4:35 
You will need to build a schema compare utility.

Make a connection to each of the databases you want to compare and you will have to walk through each one of the tables and compare the column definitions.

Look at sys.columns

http://msdn.microsoft.com/en-us/library/ms176106.aspx[^]
GeneralRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
PIEBALDconsult5-Sep-12 4:38
mvePIEBALDconsult5-Sep-12 4:38 
GeneralAnswered Pin
David Mujica5-Sep-12 9:23
David Mujica5-Sep-12 9:23 
GeneralRe: Answered Pin
PIEBALDconsult5-Sep-12 9:42
mvePIEBALDconsult5-Sep-12 9:42 
GeneralVery true Pin
David Mujica6-Sep-12 3:45
David Mujica6-Sep-12 3:45 
GeneralRe: Answered Pin
Eddy Vluggen5-Sep-12 23:42
professionalEddy Vluggen5-Sep-12 23:42 
GeneralCool Pin
David Mujica6-Sep-12 3:35
David Mujica6-Sep-12 3:35 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
PIEBALDconsult5-Sep-12 4:37
mvePIEBALDconsult5-Sep-12 4:37 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
Eddy Vluggen5-Sep-12 5:29
professionalEddy Vluggen5-Sep-12 5:29 
QuestionRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
Osama Bin Laden 20125-Sep-12 14:53
Osama Bin Laden 20125-Sep-12 14:53 
AnswerRe: How to get Renamed, Deleted, and Added Columns of the Table? Pin
PIEBALDconsult5-Sep-12 17:18
mvePIEBALDconsult5-Sep-12 17:18 
QuestionPersistent storage of measuring results Pin
LionAM3-Sep-12 22:57
LionAM3-Sep-12 22:57 
AnswerRe: Persistent storage of measuring results Pin
Mycroft Holmes4-Sep-12 0:40
professionalMycroft Holmes4-Sep-12 0:40 
GeneralRe: Persistent storage of measuring results Pin
LionAM4-Sep-12 4:37
LionAM4-Sep-12 4:37 
AnswerRe: Persistent storage of measuring results Pin
Shameel4-Sep-12 5:50
professionalShameel4-Sep-12 5:50 
AnswerRe: Persistent storage of measuring results Pin
PIEBALDconsult4-Sep-12 5:56
mvePIEBALDconsult4-Sep-12 5:56 
GeneralRe: Persistent storage of measuring results Pin
LionAM4-Sep-12 10:51
LionAM4-Sep-12 10:51 
GeneralRe: Persistent storage of measuring results Pin
PIEBALDconsult4-Sep-12 11:58
mvePIEBALDconsult4-Sep-12 11:58 

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.