Click here to Skip to main content
15,894,740 members
Home / Discussions / Database
   

Database

 
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 
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 
And my point is that seeing the differences in the schema won't show you how you got there, what changes were made.

For example, if A,B,C changed to A,D,C -- Was B renamed to D? Was B deleted and D added? There is no way to know with the information given. You may also look at the datatype, but you may also need to investigate the contents of the columns to see whether or not D contains the same contents as B did.
In such a scenario (and based on some data I'm working on now) maybe the original was TRANSACTION_D_T VARCHAR(20) (in yyyy-MM-dd HH:MM:ss format) and it was changed to TRANSACTION_DATE DATETIME -- how would you determine what change was made simply by looking at the schema?
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 
GeneralRe: Persistent storage of measuring results Pin
Eddy Vluggen4-Sep-12 21:43
professionalEddy Vluggen4-Sep-12 21:43 
GeneralRe: Persistent storage of measuring results Pin
Jörgen Andersson5-Sep-12 2:07
professionalJörgen Andersson5-Sep-12 2:07 
GeneralRe: Persistent storage of measuring results Pin
LionAM5-Sep-12 20:40
LionAM5-Sep-12 20:40 

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.