Click here to Skip to main content
15,888,156 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to write a program whose input various information of the companies Pin
Richard MacCutchan24-Aug-22 21:46
mveRichard MacCutchan24-Aug-22 21:46 
AnswerRe: How to write a program whose input various information of the companies Pin
Eddy Vluggen25-Aug-22 3:27
professionalEddy Vluggen25-Aug-22 3:27 
AnswerRe: How to write a program whose input various information of the companies Pin
Dave Kreskowiak25-Aug-22 3:45
mveDave Kreskowiak25-Aug-22 3:45 
Questionhow a data base file works Pin
Calin Negru20-Aug-22 21:08
Calin Negru20-Aug-22 21:08 
AnswerRe: how a data base file works Pin
Richard MacCutchan20-Aug-22 21:18
mveRichard MacCutchan20-Aug-22 21:18 
GeneralRe: how a data base file works Pin
Calin Negru21-Aug-22 9:59
Calin Negru21-Aug-22 9:59 
AnswerRe: how a data base file works Pin
Eddy Vluggen21-Aug-22 1:30
professionalEddy Vluggen21-Aug-22 1:30 
GeneralRe: how a data base file works Pin
Calin Negru21-Aug-22 2:53
Calin Negru21-Aug-22 2:53 
GeneralRe: how a data base file works Pin
Eddy Vluggen21-Aug-22 4:03
professionalEddy Vluggen21-Aug-22 4:03 
GeneralRe: how a data base file works Pin
Calin Negru21-Aug-22 5:47
Calin Negru21-Aug-22 5:47 
GeneralRe: how a data base file works Pin
Eddy Vluggen21-Aug-22 5:57
professionalEddy Vluggen21-Aug-22 5:57 
GeneralRe: how a data base file works Pin
Calin Negru21-Aug-22 9:20
Calin Negru21-Aug-22 9:20 
GeneralRe: how a data base file works Pin
Eddy Vluggen22-Aug-22 8:04
professionalEddy Vluggen22-Aug-22 8:04 
GeneralRe: how a data base file works Pin
Eddy Vluggen22-Aug-22 8:22
professionalEddy Vluggen22-Aug-22 8:22 
For other readers, especially our younger ones;

Eddy Vluggen wrote:
A single entity; SQL Server allows for multiple files on multiple drives, but still represents your DB as a single file. You do not even have to care on what drive your record gets stored, that's a problem for the database.
Instead of querying the FS and reading files, you suddenly need not care.

All you need to care about is the SQL language to manage your data. That was small revolution!! And yes, it is a Data Abstraction Layer. It abstracts away the storing of data from the OS to a uniform platform that can be queried with the SQL language.
Bastard Programmer from Hell Suspicious | :suss:
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: how a data base file works Pin
RussellT13-Dec-22 12:29
professionalRussellT13-Dec-22 12:29 
QuestionOLE DB provider Pin
suren ramakrishnan18-Aug-22 21:16
suren ramakrishnan18-Aug-22 21:16 
AnswerRe: OLE DB provider Pin
Richard MacCutchan18-Aug-22 21:31
mveRichard MacCutchan18-Aug-22 21:31 
AnswerRe: OLE DB provider Pin
RedDk19-Aug-22 13:14
RedDk19-Aug-22 13:14 
QuestionReplacing back-end MS-ACCESS with SQL SERVER Pin
Nick Katditsik7-Aug-22 4:00
Nick Katditsik7-Aug-22 4:00 
AnswerRe: Repacing back-end MS-ACCESS with SQL SERVER Pin
Mycroft Holmes7-Aug-22 12:44
professionalMycroft Holmes7-Aug-22 12:44 
GeneralRe: Repacing back-end MS-ACCESS with SQL SERVER Pin
Nick Katditsik8-Aug-22 5:42
Nick Katditsik8-Aug-22 5:42 
AnswerRe: Repacing back-end MS-ACCESS with SQL SERVER Pin
Richard Deeming7-Aug-22 21:50
mveRichard Deeming7-Aug-22 21:50 
GeneralRe: Replacing back-end MS-ACCESS with SQL SERVER Pin
Nick Katditsik17-Aug-22 5:07
Nick Katditsik17-Aug-22 5:07 
GeneralRe: Replacing back-end MS-ACCESS with SQL SERVER Pin
Craig Robbins17-Aug-22 6:53
Craig Robbins17-Aug-22 6:53 
AnswerRe: Replacing back-end MS-ACCESS with SQL SERVER Pin
CHill6017-Aug-22 7:00
mveCHill6017-Aug-22 7: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.