Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: a generic question about database table Pin
Southmountain25-Jan-23 18:24
Southmountain25-Jan-23 18:24 
GeneralRe: a generic question about database table Pin
jschell25-Jan-23 5:32
jschell25-Jan-23 5:32 
GeneralRe: a generic question about database table Pin
Gerry Schmitz25-Jan-23 6:19
mveGerry Schmitz25-Jan-23 6:19 
GeneralRe: a generic question about database table Pin
Southmountain25-Jan-23 18:21
Southmountain25-Jan-23 18:21 
GeneralRe: a generic question about database table Pin
Mycroft Holmes25-Jan-23 11:18
professionalMycroft Holmes25-Jan-23 11:18 
GeneralRe: a generic question about database table Pin
yacCarsten25-Jan-23 18:00
yacCarsten25-Jan-23 18:00 
GeneralRe: a generic question about database table Pin
lowracer25-Jan-23 20:50
professionallowracer25-Jan-23 20:50 
GeneralRe: a generic question about database table Pin
MikeCO1026-Jan-23 2:17
MikeCO1026-Jan-23 2:17 
Southmountain wrote:
what is the best way to get understanding of this table quickly?


There isn't one. There are tools and scripts for most DBs that can create some type of analysis for you, but you really don't need to understand the fields, you need to understand the data.

We can all grouse and speculate about the "100s of fields", but let's assume there is a valid reason for them even though I'm hard pressed to come up with one.

What type of understanding are you trying to achieve? Data is data and the question is if and where it is used. I'd suspect there could be a lot of drop columns in your future, but that requires a detailed look at your recordset objects in the code that is using the DB. Honestly, it's a flat table so despite the crazy column count, it should be clear to understand. If it has a bunch of relations, that could take a lot of caffeine or alcohol, or both Smile | :)

What's your scope of work in relation to this monster? Crazy as it seems, the DB could be oddly efficient depending on the use of the data. You know, Select * (perish the thought!) from tablename where id=x is pretty simple, lol. If your task is to clean up and reduce the size of the database, that is one thing. If you're stuck with it, it is what it is and how the data is used is of the utmost importance.
GeneralRe: a generic question about database table Pin
Mark Starr26-Jan-23 4:11
professionalMark Starr26-Jan-23 4:11 
GeneralRe: a generic question about database table Pin
Peter Kelley 202126-Jan-23 4:53
Peter Kelley 202126-Jan-23 4:53 
GeneralRe: a generic question about database table Pin
englebart28-Jan-23 3:53
professionalenglebart28-Jan-23 3:53 
GeneralRe: a generic question about database table Pin
Daniel Anderson 20213-Feb-23 5:20
Daniel Anderson 20213-Feb-23 5:20 
Generalbased upon Engineer Pin
rnbergren25-Jan-23 2:43
rnbergren25-Jan-23 2:43 
GeneralRe: based upon Engineer Pin
Southmountain25-Jan-23 2:46
Southmountain25-Jan-23 2:46 
GeneralRe: based upon Engineer Pin
raddevus25-Jan-23 5:42
mvaraddevus25-Jan-23 5:42 
GeneralRe: based upon Engineer Pin
Single Step Debugger25-Jan-23 6:34
Single Step Debugger25-Jan-23 6:34 
GeneralRe: based upon Engineer Pin
peterkmx25-Jan-23 8:10
professionalpeterkmx25-Jan-23 8:10 
RantMust say now Microsoft is annoying me too much... Pin
Joan M24-Jan-23 23:44
professionalJoan M24-Jan-23 23:44 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Richard MacCutchan24-Jan-23 23:50
mveRichard MacCutchan24-Jan-23 23:50 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Richard Deeming24-Jan-23 23:59
mveRichard Deeming24-Jan-23 23:59 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Joan M25-Jan-23 1:42
professionalJoan M25-Jan-23 1:42 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Single Step Debugger25-Jan-23 3:13
Single Step Debugger25-Jan-23 3:13 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Jeremy Falcon25-Jan-23 11:38
professionalJeremy Falcon25-Jan-23 11:38 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Calin Negru25-Jan-23 1:58
Calin Negru25-Jan-23 1:58 
GeneralRe: Must say now Microsoft is annoying me too much... Pin
Joan M25-Jan-23 2:08
professionalJoan M25-Jan-23 2:08 

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.