Click here to Skip to main content
16,007,610 members
Home / Discussions / Database
   

Database

 
GeneralRe: alter table Pin
loyal ginger22-Jan-10 6:28
loyal ginger22-Jan-10 6:28 
GeneralRe: alter table Pin
FEMDEV25-Jan-10 2:06
FEMDEV25-Jan-10 2:06 
QuestionBACKUP DATABASE command Pin
ednrg22-Jan-10 2:18
ednrg22-Jan-10 2:18 
AnswerRe: BACKUP DATABASE command Pin
Covean22-Jan-10 3:38
Covean22-Jan-10 3:38 
GeneralRe: BACKUP DATABASE command Pin
ednrg22-Jan-10 9:00
ednrg22-Jan-10 9:00 
QuestionMySQL Pin
Muammar©22-Jan-10 0:50
Muammar©22-Jan-10 0:50 
AnswerRe: MySQL Pin
Muammar©22-Jan-10 3:39
Muammar©22-Jan-10 3:39 
AnswerRe: MySQL Pin
loyal ginger22-Jan-10 4:24
loyal ginger22-Jan-10 4:24 
GeneralRe: MySQL Pin
Muammar©22-Jan-10 5:41
Muammar©22-Jan-10 5:41 
AnswerRe: MySQL Pin
dybs22-Jan-10 20:08
dybs22-Jan-10 20:08 
GeneralRe: MySQL Pin
Muammar©22-Jan-10 20:45
Muammar©22-Jan-10 20:45 
GeneralRe: MySQL Pin
loyal ginger25-Jan-10 5:02
loyal ginger25-Jan-10 5:02 
GeneralRe: MySQL Pin
dybs25-Jan-10 15:11
dybs25-Jan-10 15:11 
GeneralRe: MySQL Pin
loyal ginger25-Jan-10 16:58
loyal ginger25-Jan-10 16:58 
QuestionParamaterised access queries Pin
Russell Jones21-Jan-10 23:31
Russell Jones21-Jan-10 23:31 
AnswerRe: Paramaterised access queries Pin
Eddy Vluggen21-Jan-10 23:58
professionalEddy Vluggen21-Jan-10 23:58 
QuestionNeed some advices on SQL INTERSECT Function Pin
James Shao21-Jan-10 21:19
James Shao21-Jan-10 21:19 
AnswerRe: Need some advices on SQL INTERSECT Function Pin
Dimitri Witkowski24-Jan-10 6:04
Dimitri Witkowski24-Jan-10 6:04 
AnswerRe: Need some advices on SQL INTERSECT Function Pin
Mycroft Holmes24-Jan-10 10:44
professionalMycroft Holmes24-Jan-10 10:44 
GeneralRe: Need some advices on SQL INTERSECT Function Pin
James Shao25-Jan-10 12:06
James Shao25-Jan-10 12:06 
QuestionA Question About Architecture Pin
Roger Wright21-Jan-10 18:02
professionalRoger Wright21-Jan-10 18:02 
After a brief break to play with GDI+ I'm back to the equipment database I've been toying with. I'm now looking at the structural alternatives to support record keeping for transformers, specifically test results. Transformers are tested at varying intervals, with different tests performed at different times. We test for water content in the insulating oil, for dissolved gasses (about 10 of them), for dielectric strength, and sheer strength, also sometimes we want to look at the turbidity and color. That's just for the oil! We also have to periodically test the insulation strength of the entire assembly (Doble tests), bushing BIL, impedance, CT ratios, and various other tests.

At first glance I was considering one humongous table called TransformerTests to record the dates, types of tests, and results, but this would be ridiculous to manage, and extremely wasteful, as most of the record fields would be empty. My second thought was to create tables for each type of test, then in the TransformerTests table simply enter the date of each with the type and record number of each test performed, using a query on the detail tables to retrieve test information and build reports.

The second way makes a lot of sense to me, but I'm wondering if there's a third, smarter way that someone here can suggest? Thoughts?

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

AnswerRe: A Question About Architecture Pin
Mycroft Holmes21-Jan-10 21:45
professionalMycroft Holmes21-Jan-10 21:45 
GeneralRe: A Question About Architecture Pin
Roger Wright22-Jan-10 19:41
professionalRoger Wright22-Jan-10 19:41 
GeneralRe: A Question About Architecture Pin
Mycroft Holmes22-Jan-10 20:37
professionalMycroft Holmes22-Jan-10 20:37 
GeneralRe: A Question About Architecture Pin
Roger Wright22-Jan-10 21:00
professionalRoger Wright22-Jan-10 21:00 

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.