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

Database

 
GeneralRe: Microsoft SQL 2008 Pin
Ivan200930-Apr-09 14:12
Ivan200930-Apr-09 14:12 
GeneralRe: Microsoft SQL 2008 Pin
Mycroft Holmes30-Apr-09 17:50
professionalMycroft Holmes30-Apr-09 17:50 
GeneralRe: Microsoft SQL 2008 Pin
Ivan20091-May-09 6:28
Ivan20091-May-09 6:28 
Questionsystem table sysmergesubscriptions: replacements for distributor and srvid Pin
Roland Bär30-Apr-09 6:03
Roland Bär30-Apr-09 6:03 
Questionlinked server error in sql server Pin
Maddie from Dartford30-Apr-09 3:32
Maddie from Dartford30-Apr-09 3:32 
AnswerRe: linked server error in sql server Pin
Mycroft Holmes30-Apr-09 17:54
professionalMycroft Holmes30-Apr-09 17:54 
Questionselect where only Pin
foryou30-Apr-09 0:58
foryou30-Apr-09 0:58 
AnswerRe: select where only Pin
scottgp30-Apr-09 1:46
professionalscottgp30-Apr-09 1:46 
This works (using a correlated subquery), but I'm sure it's not the only way to get the correct results:

select v1.id_student from validation v1
where v1.id_semestre = 2 and v1.id_validation=4
and not exists (select id_student from validation v2
where id_semestre = 2 and id_validation<>4
and V1.ID_STUDENT = V2.ID_STUDENT )

Scott
GeneralRe: select where only Pin
foryou30-Apr-09 2:56
foryou30-Apr-09 2:56 
QuestionUpdate datagridview Pin
hitesh.kalra29-Apr-09 21:41
hitesh.kalra29-Apr-09 21:41 
AnswerRe: Update datagridview Pin
Mycroft Holmes29-Apr-09 22:03
professionalMycroft Holmes29-Apr-09 22:03 
AnswerRe: Update datagridview Pin
Spunky Coder29-Apr-09 22:13
Spunky Coder29-Apr-09 22:13 
AnswerRe: Update datagridview Pin
saanj29-Apr-09 23:56
saanj29-Apr-09 23:56 
QuestionValidate emailaddress Pin
hitesh.kalra29-Apr-09 21:37
hitesh.kalra29-Apr-09 21:37 
AnswerRe: Validate emailaddress Pin
Mycroft Holmes29-Apr-09 22:02
professionalMycroft Holmes29-Apr-09 22:02 
AnswerRe: Validate emailaddress Pin
saanj29-Apr-09 23:58
saanj29-Apr-09 23:58 
QuestionDatagrid view Pin
hitesh.kalra29-Apr-09 21:35
hitesh.kalra29-Apr-09 21:35 
AnswerRe: Datagrid view Pin
Mycroft Holmes29-Apr-09 22:01
professionalMycroft Holmes29-Apr-09 22:01 
AnswerRe: Datagrid view Pin
saanj29-Apr-09 23:59
saanj29-Apr-09 23:59 
QuestionHow to deploy a report to the client machine server? Pin
SIJUTHOMASP29-Apr-09 10:06
professionalSIJUTHOMASP29-Apr-09 10:06 
AnswerRe: How to deploy a report to the client machine server? Pin
saanj30-Apr-09 0:01
saanj30-Apr-09 0:01 
Question[Message Deleted] Pin
Member 195906229-Apr-09 2:52
Member 195906229-Apr-09 2:52 
AnswerRe: ADO.NET DBDataReader Pin
Henry Minute29-Apr-09 4:54
Henry Minute29-Apr-09 4:54 
QuestionAn SQL Statistics Pin
foryou29-Apr-09 2:12
foryou29-Apr-09 2:12 
AnswerRe: An SQL Statistics Pin
Mycroft Holmes29-Apr-09 2:26
professionalMycroft Holmes29-Apr-09 2:26 

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.