Click here to Skip to main content
15,895,746 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Cross platform team structure Pin
OChristiaanse29-Feb-12 19:57
OChristiaanse29-Feb-12 19:57 
AnswerRe: Cross platform team structure Pin
RobCroll29-Feb-12 13:52
RobCroll29-Feb-12 13:52 
AnswerRe: Cross platform team structure Pin
jschell1-Mar-12 8:52
jschell1-Mar-12 8:52 
QuestionA project of compiler Pin
Dmitri Novikov27-Feb-12 11:40
Dmitri Novikov27-Feb-12 11:40 
AnswerRe: A project of compiler Pin
R. Giskard Reventlov27-Feb-12 12:29
R. Giskard Reventlov27-Feb-12 12:29 
QuestionData dictionary SQLServer versions Pin
OChristiaanse20-Feb-12 3:38
OChristiaanse20-Feb-12 3:38 
AnswerRe: Data dictionary SQLServer versions Pin
jschell20-Feb-12 10:34
jschell20-Feb-12 10:34 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse21-Feb-12 0:00
OChristiaanse21-Feb-12 0:00 
The apps (it is a conglomerate of multiple exes in various versions) accesses the DB via ODBC.

The db structure is upgraded for higher versions of the app via an 'upgrade' tool. The tool is kept up to date and recognizes the current version of each apps own tables. It knows to what version the upgrade must be done per app, and knows the steps. It can change the structure, update the content etc.

The column type, size, default value, 'null allowed' is checked by the apps at startup. same goes for StoredProcedures, functions and nessecary views.

Upgrading SQLServer version hasn't been a major issue in the past. Only some minor differences have been adressed like the change in 'default value'.

Users etc are allowed to add indexes, views etc, but they arent allowed to change the apps tables by adding or changing types of columns.

Our clients can get twice a year a major build upgrade and in between sometimes a update if nessecary. No client follows the upgrades close by, only on a 'need' basis. Clients use at the moment ca 6 minor/major versions.

I get a feeling that not many applications check at startup the structure of the database they use. Is that correct?
Regards ... OttO

GeneralRe: Data dictionary SQLServer versions Pin
jschell21-Feb-12 9:31
jschell21-Feb-12 9:31 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse21-Feb-12 20:56
OChristiaanse21-Feb-12 20:56 
GeneralRe: Data dictionary SQLServer versions Pin
jschell22-Feb-12 11:40
jschell22-Feb-12 11:40 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 3:41
OChristiaanse27-Feb-12 3:41 
GeneralRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 3:45
mvePete O'Hanlon27-Feb-12 3:45 
QuestionRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 10:21
OChristiaanse27-Feb-12 10:21 
AnswerRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 11:29
mvePete O'Hanlon27-Feb-12 11:29 
QuestionRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 14:34
OChristiaanse27-Feb-12 14:34 
AnswerRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 19:52
mvePete O'Hanlon27-Feb-12 19:52 
QuestionRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 20:18
OChristiaanse27-Feb-12 20:18 
AnswerRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 20:57
mvePete O'Hanlon27-Feb-12 20:57 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse27-Feb-12 22:30
OChristiaanse27-Feb-12 22:30 
GeneralRe: Data dictionary SQLServer versions Pin
Pete O'Hanlon27-Feb-12 22:37
mvePete O'Hanlon27-Feb-12 22:37 
GeneralRe: Data dictionary SQLServer versions Pin
jschell29-Feb-12 11:40
jschell29-Feb-12 11:40 
GeneralRe: Data dictionary SQLServer versions Pin
OChristiaanse29-Feb-12 20:06
OChristiaanse29-Feb-12 20:06 
QuestionWPF and sqlserver 2008 express Pin
radhwane14-Feb-12 14:48
radhwane14-Feb-12 14:48 
AnswerRe: WPF and sqlserver 2008 express Pin
Richard MacCutchan14-Feb-12 22:38
mveRichard MacCutchan14-Feb-12 22:38 

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.