Click here to Skip to main content
15,902,492 members
Home / Discussions / Database
   

Database

 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay14-Mar-07 22:55
Colin Angus Mackay14-Mar-07 22:55 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 0:25
Smart_Boy15-Mar-07 0:25 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay15-Mar-07 7:39
Colin Angus Mackay15-Mar-07 7:39 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 20:19
Smart_Boy15-Mar-07 20:19 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay15-Mar-07 23:21
Colin Angus Mackay15-Mar-07 23:21 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 23:37
Smart_Boy15-Mar-07 23:37 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay16-Mar-07 1:21
Colin Angus Mackay16-Mar-07 1:21 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy16-Mar-07 18:37
Smart_Boy16-Mar-07 18:37 
GeneralSQL Server 2000 and 2005 [moved] Pin
Richard Andrew x6413-Mar-07 10:51
professionalRichard Andrew x6413-Mar-07 10:51 
GeneralRe: SQL Server 2000 and 2005 Pin
MoustafaS13-Mar-07 10:58
MoustafaS13-Mar-07 10:58 
GeneralRe: SQL Server 2000 and 2005 Pin
Richard Andrew x6413-Mar-07 11:00
professionalRichard Andrew x6413-Mar-07 11:00 
AnswerRe: SQL Server 2000 and 2005 [moved] Pin
Bad Programmer13-Mar-07 15:02
Bad Programmer13-Mar-07 15:02 
GeneralRe: SQL Server 2000 and 2005 [moved] Pin
kaliem13-Mar-07 21:35
kaliem13-Mar-07 21:35 
GeneralRe: SQL Server 2000 and 2005 [moved] Pin
Keshav V. Kamat13-Mar-07 22:53
Keshav V. Kamat13-Mar-07 22:53 
QuestionConnection string problem Pin
Saira Tanwir13-Mar-07 9:11
Saira Tanwir13-Mar-07 9:11 
AnswerRe: Connection string problem Pin
Marcus J. Smith13-Mar-07 10:07
professionalMarcus J. Smith13-Mar-07 10:07 
AnswerRe: Connection string problem Pin
Saira Tanwir13-Mar-07 11:16
Saira Tanwir13-Mar-07 11:16 
Questionhelp me about this query Pin
sepel13-Mar-07 5:43
sepel13-Mar-07 5:43 
AnswerRe: help me about this query Pin
Marcus J. Smith13-Mar-07 5:52
professionalMarcus J. Smith13-Mar-07 5:52 
GeneralRe: help me about this query Pin
sepel13-Mar-07 5:57
sepel13-Mar-07 5:57 
QuestionDatabase Schema - multiple apps/single table? Pin
ehelinProgrammer13-Mar-07 5:19
ehelinProgrammer13-Mar-07 5:19 
AnswerRe: Database Schema - multiple apps/single table? Pin
Marcus J. Smith13-Mar-07 5:54
professionalMarcus J. Smith13-Mar-07 5:54 
A database should contain data that is related, assuming you are talking about a RDBMS. If the data is not related then putting it all together in a few master tables will be confusing years from now, or even tomorrow if there is enough of it.

You could use master DBs for things like zip code and other common fields but to try to mash everything together would be a big mistake IMHO.


CleaKO

"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that." - Tommy Boy
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School)

GeneralRe: Database Schema - multiple apps/single table? Pin
ehelinProgrammer13-Mar-07 5:58
ehelinProgrammer13-Mar-07 5:58 
GeneralRe: Database Schema - multiple apps/single table? Pin
ehelinProgrammer13-Mar-07 7:57
ehelinProgrammer13-Mar-07 7:57 
GeneralRe: Database Schema - multiple apps/single table? Pin
Marcus J. Smith13-Mar-07 9:04
professionalMarcus J. Smith13-Mar-07 9:04 

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.