Click here to Skip to main content
15,889,266 members
Home / Discussions / Database
   

Database

 
QuestionScalar / Navigation properties? Pin
pankazmittal10-Jun-09 7:48
pankazmittal10-Jun-09 7:48 
AnswerRe: Scalar / Navigation properties? Pin
saanj10-Jun-09 23:34
saanj10-Jun-09 23:34 
AnswerRe: Scalar / Navigation properties? Pin
Niladri_Biswas17-Jun-09 20:58
Niladri_Biswas17-Jun-09 20:58 
GeneralRe: Scalar / Navigation properties? Pin
pankazmittal18-Jun-09 3:30
pankazmittal18-Jun-09 3:30 
QuestionAutomatic Database Source Control System? Pin
Yuval Naveh10-Jun-09 4:08
Yuval Naveh10-Jun-09 4:08 
AnswerRe: Automatic Database Source Control System? Pin
Colin Angus Mackay10-Jun-09 5:07
Colin Angus Mackay10-Jun-09 5:07 
QuestionJOIN on two tables where with a MAX value [modified] Pin
Gareth H10-Jun-09 2:59
Gareth H10-Jun-09 2:59 
AnswerRe: JOIN on two tables where with a MAX value Pin
Gareth H10-Jun-09 5:55
Gareth H10-Jun-09 5:55 
Problem solved:

select * from iss_bsm_svcstates_table ss, iss_bsm_geolocation_table geo
where ss.service = geo.service_name and ss.time_received in 
(select max(ss1.time_received) from iss_bsm_svcstates_table ss1 group by ss1.service)


Regards,
Gareth.

(FKA gareth111)

GeneralRe: JOIN on two tables where with a MAX value Pin
Blue_Boy10-Jun-09 21:22
Blue_Boy10-Jun-09 21:22 
GeneralDatabase Certificate................... Pin
Isaac Gordon10-Jun-09 1:34
Isaac Gordon10-Jun-09 1:34 
Questionexecute procedure Pin
Abdul Rahman Hamidy9-Jun-09 20:59
Abdul Rahman Hamidy9-Jun-09 20:59 
AnswerRe: execute procedure Pin
Vimalsoft(Pty) Ltd9-Jun-09 21:25
professionalVimalsoft(Pty) Ltd9-Jun-09 21:25 
GeneralRe: execute procedure Pin
Abdul Rahman Hamidy9-Jun-09 21:44
Abdul Rahman Hamidy9-Jun-09 21:44 
AnswerRe: execute procedure Pin
Vimalsoft(Pty) Ltd9-Jun-09 22:04
professionalVimalsoft(Pty) Ltd9-Jun-09 22:04 
GeneralRe: execute procedure Pin
Abdul Rahman Hamidy9-Jun-09 22:18
Abdul Rahman Hamidy9-Jun-09 22:18 
AnswerRe: execute procedure Pin
Ashfield10-Jun-09 1:16
Ashfield10-Jun-09 1:16 
GeneralRe: execute procedure Pin
Abdul Rahman Hamidy10-Jun-09 1:33
Abdul Rahman Hamidy10-Jun-09 1:33 
GeneralRe: execute procedure Pin
Ashfield10-Jun-09 2:58
Ashfield10-Jun-09 2:58 
GeneralRe: execute procedure Pin
Abdul Rahman Hamidy10-Jun-09 23:00
Abdul Rahman Hamidy10-Jun-09 23:00 
GeneralRe: execute procedure Pin
Ashfield11-Jun-09 1:29
Ashfield11-Jun-09 1:29 
QuestionSetting password to my own SQL database. Pin
deepseeindeepsy9-Jun-09 20:23
deepseeindeepsy9-Jun-09 20:23 
AnswerRe: Setting password to my own SQL database. Pin
Vimalsoft(Pty) Ltd9-Jun-09 21:07
professionalVimalsoft(Pty) Ltd9-Jun-09 21:07 
GeneralRe: Setting password to my own SQL database. Pin
deepseeindeepsy9-Jun-09 21:47
deepseeindeepsy9-Jun-09 21:47 
GeneralRe: Setting password to my own SQL database. Pin
Vimalsoft(Pty) Ltd9-Jun-09 21:59
professionalVimalsoft(Pty) Ltd9-Jun-09 21:59 
GeneralRe: Setting password to my own SQL database. Pin
Jerry Hammond10-Jun-09 5:36
Jerry Hammond10-Jun-09 5:36 

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.