Click here to Skip to main content
15,924,583 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need help on how to update SQL query using VC++ Pin
Mycroft Holmes3-Nov-09 19:31
professionalMycroft Holmes3-Nov-09 19:31 
GeneralRe: Need help on how to update SQL query using VC++ Pin
John5023-Nov-09 22:19
John5023-Nov-09 22:19 
GeneralRe: Need help on how to update SQL query using VC++ Pin
Mycroft Holmes3-Nov-09 22:32
professionalMycroft Holmes3-Nov-09 22:32 
QuestionError: 26 SQL Server does not allow remote connections... Pin
Illegal Operation3-Nov-09 14:43
Illegal Operation3-Nov-09 14:43 
AnswerRe: Error: 26 SQL Server does not allow remote connections... Pin
Niladri_Biswas3-Nov-09 18:00
Niladri_Biswas3-Nov-09 18:00 
AnswerRe: Error: 26 SQL Server does not allow remote connections... Pin
shantanu gupta13-Dec-09 11:30
shantanu gupta13-Dec-09 11:30 
QuestionAuthentication as sql client Pin
tasumisra3-Nov-09 2:53
tasumisra3-Nov-09 2:53 
AnswerRe: Authentication as sql client Pin
Mycroft Holmes3-Nov-09 13:53
professionalMycroft Holmes3-Nov-09 13:53 
QuestionSSIS Variable Problem Pin
Vimalsoft(Pty) Ltd3-Nov-09 2:20
professionalVimalsoft(Pty) Ltd3-Nov-09 2:20 
QuestionHow can we Empty the whole tables by one single query Pin
lrsalunkhe3-Nov-09 2:09
lrsalunkhe3-Nov-09 2:09 
AnswerRe: How can we Empty the whole tables by one single query Pin
Niladri_Biswas3-Nov-09 2:50
Niladri_Biswas3-Nov-09 2:50 
AnswerRe: How can we Empty the whole tables by one single query Pin
David Mujica3-Nov-09 3:40
David Mujica3-Nov-09 3:40 
GeneralRe: How can we Empty the whole tables by one single query Pin
lrsalunkhe3-Nov-09 17:20
lrsalunkhe3-Nov-09 17:20 
GeneralRe: How can we Empty the whole tables by one single query Pin
_Damian S_3-Nov-09 18:02
professional_Damian S_3-Nov-09 18:02 
GeneralRe: How can we Empty the whole tables by one single query [modified] Pin
Niladri_Biswas3-Nov-09 18:39
Niladri_Biswas3-Nov-09 18:39 
GeneralRe: How can we Empty the whole tables by one single query Pin
Mycroft Holmes3-Nov-09 19:03
professionalMycroft Holmes3-Nov-09 19:03 
GeneralRe: How can we Empty the whole tables by one single query Pin
_Damian S_3-Nov-09 19:09
professional_Damian S_3-Nov-09 19:09 
GeneralRe: How can we Empty the whole tables by one single query Pin
Mycroft Holmes3-Nov-09 19:13
professionalMycroft Holmes3-Nov-09 19:13 
GeneralRe: How can we Empty the whole tables by one single query Pin
_Damian S_3-Nov-09 19:23
professional_Damian S_3-Nov-09 19:23 
GeneralRe: How can we Empty the whole tables by one single query Pin
J4amieC3-Nov-09 23:52
J4amieC3-Nov-09 23:52 
GeneralRe: How can we Empty the whole tables by one single query Pin
Ashfield4-Nov-09 7:31
Ashfield4-Nov-09 7:31 
QuestionSSRS - web service interface generated pdf's with slightly different font/color Pin
devvvy3-Nov-09 0:46
devvvy3-Nov-09 0:46 
QuestionTable could not found Pin
haleemasher2-Nov-09 22:33
haleemasher2-Nov-09 22:33 
AnswerRe: Table could not found Pin
Niladri_Biswas2-Nov-09 23:55
Niladri_Biswas2-Nov-09 23:55 
Questionneed latest records Pin
Member 38798812-Nov-09 18:23
Member 38798812-Nov-09 18:23 
Hi i have 2 tables..,
one is master another one is child...,

ex:

Master=>Pid is primary key
===========
Pid Name
1 m1
2 m2
3 m3
4 m4
5 m5
6 m6

Child=>Cid is primary key
==========
Cid Pid Name
1 2 nm1
2 2 nm2
3 1 nm3
4 5 nm4
5 6 nm5

Now i need the lastest records...,

O/p:
======
Pid Cid Name
6 5 nm5
5 4 nm4
4 null m4
3 null m3
2 2 nm2 //in child table have 2 records for pid...,in tht latest is Cid=2
1 3 nm3

Thanks & Regards,
Member 3879881,
please don't forget to vote on the post

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.