Click here to Skip to main content
15,867,308 members
Home / Discussions / Database
   

Database

 
AnswerRe: alteration of date format in table column Pin
Imran Khan Pathan4-Oct-07 23:08
Imran Khan Pathan4-Oct-07 23:08 
GeneralRe: alteration of date format in table column Pin
Sonia Gupta4-Oct-07 23:22
Sonia Gupta4-Oct-07 23:22 
GeneralRe: alteration of date format in table column Pin
pmarfleet4-Oct-07 23:28
pmarfleet4-Oct-07 23:28 
QuestionSQLServer Activity Logs Pin
Vasudevan Deepak Kumar4-Oct-07 20:56
Vasudevan Deepak Kumar4-Oct-07 20:56 
QuestionProblem in Join Pin
banker_kiran4-Oct-07 20:39
banker_kiran4-Oct-07 20:39 
AnswerRe: Problem in Join Pin
pmarfleet4-Oct-07 22:05
pmarfleet4-Oct-07 22:05 
Questionproblem in a query Pin
Shuaib wasif khan4-Oct-07 13:55
Shuaib wasif khan4-Oct-07 13:55 
AnswerRe: problem in a query Pin
pmarfleet4-Oct-07 19:47
pmarfleet4-Oct-07 19:47 
Use a correlated subquery

select studentname
from studentmaster
where not exists
(select top 1 *
from feesregister
where regisrationnumber = studentmaster.registrationnumber
and feesofmonth='march' 
and session='2007-2008' 
and class='3' 
and section='a')


Paul Marfleet

QuestionTableAdapter Insert Query - a mystery Pin
dmagnant4-Oct-07 9:42
dmagnant4-Oct-07 9:42 
AnswerRe: TableAdapter Insert Query - a mystery Pin
dmagnant4-Oct-07 9:57
dmagnant4-Oct-07 9:57 
QuestionProblem with local website after using SSMSE to access the database Pin
Sunset Towers4-Oct-07 8:13
Sunset Towers4-Oct-07 8:13 
QuestionHow to fetch the no of records retrieved thru FULLTEXT Pin
s.sathyanarayanan4-Oct-07 8:12
s.sathyanarayanan4-Oct-07 8:12 
AnswerRe: How to fetch the no of records retrieved thru FULLTEXT Pin
Joe4-Oct-07 9:05
Joe4-Oct-07 9:05 
GeneralRe: How to fetch the no of records retrieved thru FULLTEXT Pin
s.sathyanarayanan4-Oct-07 9:11
s.sathyanarayanan4-Oct-07 9:11 
GeneralRe: How to fetch the no of records retrieved thru FULLTEXT Pin
Joe4-Oct-07 19:30
Joe4-Oct-07 19:30 
GeneralRe: How to fetch the no of records retrieved thru FULLTEXT Pin
Vasudevan Deepak Kumar4-Oct-07 19:43
Vasudevan Deepak Kumar4-Oct-07 19:43 
QuestionHow do we select only those columns that aren`t null Pin
NetBot4-Oct-07 8:06
NetBot4-Oct-07 8:06 
AnswerRe: How do we select only those columns that aren`t null Pin
Joe4-Oct-07 8:57
Joe4-Oct-07 8:57 
GeneralRe: How do we select only those columns that aren`t null Pin
PIEBALDconsult4-Oct-07 9:32
mvePIEBALDconsult4-Oct-07 9:32 
AnswerRe: How do we select only those columns that aren`t null Pin
PIEBALDconsult4-Oct-07 9:38
mvePIEBALDconsult4-Oct-07 9:38 
AnswerRe: How do we select only those columns that aren`t null Pin
Pete O'Hanlon4-Oct-07 10:48
subeditorPete O'Hanlon4-Oct-07 10:48 
AnswerRe: How do we select only those columns that aren`t null Pin
GuyThiebaut5-Oct-07 9:32
professionalGuyThiebaut5-Oct-07 9:32 
Questionhow to create a local search engine? Pin
LyndonJohn4-Oct-07 7:40
LyndonJohn4-Oct-07 7:40 
AnswerRe: how to create a local search engine? Pin
Joe4-Oct-07 8:43
Joe4-Oct-07 8:43 
JokeRe: how to create a local search engine? Pin
PIEBALDconsult4-Oct-07 9:46
mvePIEBALDconsult4-Oct-07 9:46 

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.