Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
QuestionCould not continue scan with NOLOCK due to data movement Pin
Vimalsoft(Pty) Ltd3-Mar-09 20:41
professionalVimalsoft(Pty) Ltd3-Mar-09 20:41 
QuestionHow to access a table located in different database server. Pin
Spunky Coder3-Mar-09 19:19
Spunky Coder3-Mar-09 19:19 
AnswerRe: How to access a table located in different database server. Pin
Vimalsoft(Pty) Ltd3-Mar-09 20:47
professionalVimalsoft(Pty) Ltd3-Mar-09 20:47 
QuestionSQL server taking 100% of proccesor Pin
AlexeiXX33-Mar-09 18:40
AlexeiXX33-Mar-09 18:40 
QuestionGet only updated and newly record Pin
Abdul Rahman Hamidy3-Mar-09 17:44
Abdul Rahman Hamidy3-Mar-09 17:44 
AnswerRe: Get only updated and newly record Pin
Riaan Booyzen3-Mar-09 20:23
Riaan Booyzen3-Mar-09 20:23 
AnswerRe: Get only updated and newly record Pin
Isaac Gordon27-Mar-09 3:06
Isaac Gordon27-Mar-09 3:06 
QuestionVery basic Prolog question Pin
aab199023-Mar-09 13:34
aab199023-Mar-09 13:34 
This is my first time coming in contact with GNU Prolog and I cannot find the answer to my problem. I have a very simple program and I have to write a few queries to find some answers.


Since the program is so short i will post the whole thing here...

d(iron, steam).
d(pumps, mines).
d(mines, railroads).
d(iron, railroads).
d(iron, guns).
d(electricity, aluminum).
d(iron, electricity).
d(aluminum, jumbojet).
d(writing, printingpress).
d(printingpress, comicbook).
d(iron, printingpress).
d(aluminum, printingpress).

depends(X,Y) :- d(X,Y).
depends(X, Y) :- d(X, Z), depends(Z, Y).


Here are the questions...

What do you need to invent the comic book?
What do you need to invent electricity?
If you don't have steam engines, what can you not invent?
Given aluminum and electricity, what can you invent?
Which inventions are dependent on iron?



thanks in advance
QuestionTrouble understanding following sql Pin
pzn3xq3-Mar-09 9:31
pzn3xq3-Mar-09 9:31 
AnswerRe: Trouble understanding following sql Pin
Syed Mehroz Alam3-Mar-09 19:24
Syed Mehroz Alam3-Mar-09 19:24 
QuestionROWDELIMITER for bulk insert [modified] Pin
Brian Kavanagh3-Mar-09 5:57
Brian Kavanagh3-Mar-09 5:57 
AnswerRe: ROWDELIMITER for bulk insert Pin
Ashfield4-Mar-09 1:11
Ashfield4-Mar-09 1:11 
GeneralRe: ROWDELIMITER for bulk insert Pin
Brian Kavanagh4-Mar-09 6:39
Brian Kavanagh4-Mar-09 6:39 
GeneralRe: ROWDELIMITER for bulk insert Pin
Ashfield4-Mar-09 8:42
Ashfield4-Mar-09 8:42 
GeneralRe: ROWDELIMITER for bulk insert Pin
Brian Kavanagh4-Mar-09 10:09
Brian Kavanagh4-Mar-09 10:09 
GeneralRe: ROWDELIMITER for bulk insert Pin
Ashfield4-Mar-09 21:00
Ashfield4-Mar-09 21:00 
GeneralRe: ROWDELIMITER for bulk insert Pin
Brian Kavanagh6-Mar-09 2:57
Brian Kavanagh6-Mar-09 2:57 
GeneralRe: ROWDELIMITER for bulk insert Pin
Ashfield6-Mar-09 4:53
Ashfield6-Mar-09 4:53 
Questionwhat are the correct Microsoft SQL server versions for Windows server 2003 x64 edition? Pin
pubududilena3-Mar-09 3:32
pubududilena3-Mar-09 3:32 
AnswerRe: what are the correct Microsoft SQL server versions for Windows server 2003 x64 edition? Pin
Vimalsoft(Pty) Ltd3-Mar-09 20:49
professionalVimalsoft(Pty) Ltd3-Mar-09 20:49 
QuestionRevoking Oracle Roles and Privileges Pin
Muammar©2-Mar-09 23:21
Muammar©2-Mar-09 23:21 
AnswerRe: Revoking Oracle Roles and Privileges Pin
scottgp3-Mar-09 0:27
professionalscottgp3-Mar-09 0:27 
QuestionConnecting to a SQL database programmatically Pin
Richard Blythe2-Mar-09 17:25
Richard Blythe2-Mar-09 17:25 
AnswerRe: Connecting to a SQL database programmatically Pin
Rupesh Kumar Swami2-Mar-09 19:10
Rupesh Kumar Swami2-Mar-09 19:10 
AnswerRe: Connecting to a SQL database programmatically Pin
Eddy Vluggen3-Mar-09 4:38
professionalEddy Vluggen3-Mar-09 4:38 

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.