Click here to Skip to main content
15,894,362 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Design Patterns References Pin
led mike18-Jan-08 9:14
led mike18-Jan-08 9:14 
GeneralRe: Design Patterns References Pin
geekfromindia18-Jan-08 9:46
geekfromindia18-Jan-08 9:46 
GeneralRe: Design Patterns References Pin
led mike18-Jan-08 10:03
led mike18-Jan-08 10:03 
GeneralRe: Design Patterns References Pin
geekfromindia18-Jan-08 10:48
geekfromindia18-Jan-08 10:48 
GeneralRe: Design Patterns References Pin
geekfromindia18-Jan-08 10:51
geekfromindia18-Jan-08 10:51 
GeneralRe: Design Patterns References Pin
Member 74129825-Jan-08 2:33
Member 74129825-Jan-08 2:33 
GeneralDatabase App Deployment - (Newbie) [modified] Pin
wjtaylor10-Jan-08 13:19
wjtaylor10-Jan-08 13:19 
GeneralRe: Database App Deployment - (Newbie) Pin
VarChar25510-Jan-08 15:42
VarChar25510-Jan-08 15:42 
Hello WT,

The situation you are describing is a very common situation in development. We all go through managing the changes to code and consolidation of these changes.

Here is a suggestion if you are referring to source control for developers:

For application code (C#), use a source control system. In my organization, I set up to use Microsoft Team Foundation Server. Basically, its pretty cool in that when developers make changes in the C# code, then the changes are automatically checked out and then they can check things in.

Other source control systems you can use can be Visual SourceSafe. Or you can go with a open source solution such as: SubVersion.

Now for SQL scripts(I assume that is what you mean). There are a few solutions out there which are add-ons to SQL 2005 to handle source control.

As far as deploying new SQL changes (which seems to be the core problem) to futher environments.

You can use a SQL examiner tool which would do a compare between DB1 and DB2 and then allow you to create a "change script". I use SQL Examiner: <a href="http://www.sqlaccessories.com/SQL_Examiner/">
</a>[<a href="http://www.sqlaccessories.com/SQL_Examiner/" target="_blank" title="New Window">^</a>]

I hope above is helpful for you.

Arsen

GeneralRe: Database App Deployment - (Newbie) Pin
wjtaylor11-Jan-08 3:53
wjtaylor11-Jan-08 3:53 
GeneralRe: Database App Deployment - (Newbie) Pin
led mike11-Jan-08 4:56
led mike11-Jan-08 4:56 
GeneralLocalization design question Pin
gnjunge8-Jan-08 22:12
gnjunge8-Jan-08 22:12 
QuestionMutually exclusive property across instances? Pin
Edmundisme8-Jan-08 16:12
Edmundisme8-Jan-08 16:12 
AnswerRe: Mutually exclusive property across instances? Pin
Mark Churchill8-Jan-08 18:53
Mark Churchill8-Jan-08 18:53 
GeneralRe: Mutually exclusive property across instances? Pin
Edmundisme9-Jan-08 8:49
Edmundisme9-Jan-08 8:49 
GeneralRe: Mutually exclusive property across instances? Pin
Mark Churchill9-Jan-08 21:15
Mark Churchill9-Jan-08 21:15 
GeneralService Oriented Architecture Pin
ppayal3-Jan-08 7:05
ppayal3-Jan-08 7:05 
GeneralRe: Service Oriented Architecture Pin
Ray Cassick3-Jan-08 7:42
Ray Cassick3-Jan-08 7:42 
GeneralRe: Service Oriented Architecture Pin
Paul Conrad4-Jan-08 11:29
professionalPaul Conrad4-Jan-08 11:29 
GeneralRe: Service Oriented Architecture Pin
VarChar2559-Jan-08 9:04
VarChar2559-Jan-08 9:04 
GeneralSomehow.. Pin
Eytukan18-Jan-08 6:46
Eytukan18-Jan-08 6:46 
Questionhow to make a crawler to fetch a web page in php Pin
Arun.N2-Jan-08 1:41
Arun.N2-Jan-08 1:41 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Pete O'Hanlon2-Jan-08 9:31
mvePete O'Hanlon2-Jan-08 9:31 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Paul Conrad4-Jan-08 11:29
professionalPaul Conrad4-Jan-08 11:29 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Eytukan18-Jan-08 6:47
Eytukan18-Jan-08 6:47 
Questionhow to make a crawler that crawls the webpage and retrieves the stock information from google in php. Pin
ramesh_imayam2-Jan-08 1:12
ramesh_imayam2-Jan-08 1:12 

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.