Click here to Skip to main content
15,896,453 members
Home / Discussions / Database
   

Database

 
GeneralSQL2000 RS Clarification Pin
mysorian25-Feb-05 3:28
professionalmysorian25-Feb-05 3:28 
GeneralADO.NET dataset w/o database Pin
scion780925-Feb-05 3:17
scion780925-Feb-05 3:17 
GeneralRe: ADO.NET dataset w/o database Pin
MitchellBaldwin25-Feb-05 9:52
MitchellBaldwin25-Feb-05 9:52 
GeneralRe: ADO.NET dataset w/o database Pin
Anonymous28-Feb-05 4:44
Anonymous28-Feb-05 4:44 
GeneralSUM evaluating to NULL Pin
Rhys Gravell25-Feb-05 2:37
professionalRhys Gravell25-Feb-05 2:37 
GeneralRe: SUM evaluating to NULL Pin
Rhys Gravell25-Feb-05 3:26
professionalRhys Gravell25-Feb-05 3:26 
GeneralRe: SUM evaluating to NULL Pin
Anonymous25-Feb-05 14:29
Anonymous25-Feb-05 14:29 
GeneralRe: SUM evaluating to NULL Pin
Anonymous25-Feb-05 20:50
Anonymous25-Feb-05 20:50 
Doesn't quite do what I want. for info. this works...
<br />
select <br />
    case when count(mr.ReadValue) = count(*) then <br />
                  sum(mr.ReadValue) <br />
         else <br />
                  null <br />
         end    <br />
    as 'SiteReadValue'<br />

GeneralRe: SUM evaluating to NULL Pin
keepsmile25-Feb-05 23:12
keepsmile25-Feb-05 23:12 
GeneralSQL server problem (authetication) Pin
Anonymous24-Feb-05 23:40
Anonymous24-Feb-05 23:40 
Questionexec @SqlString ???? Pin
boruu24-Feb-05 21:19
boruu24-Feb-05 21:19 
AnswerRe: exec @SqlString ???? Pin
Colin Angus Mackay24-Feb-05 22:40
Colin Angus Mackay24-Feb-05 22:40 
GeneralRe: exec @SqlString ???? Pin
boruu24-Feb-05 22:59
boruu24-Feb-05 22:59 
GeneralData Access Design Pattern: OR Mapping tools Pin
devvvy24-Feb-05 20:14
devvvy24-Feb-05 20:14 
GeneralCopy table Pin
BuddelWilli24-Feb-05 10:25
BuddelWilli24-Feb-05 10:25 
GeneralRe: Copy table Pin
Yulianto.24-Feb-05 13:33
Yulianto.24-Feb-05 13:33 
GeneralOLEDB Connection Pin
Just Greeky Creek24-Feb-05 4:02
Just Greeky Creek24-Feb-05 4:02 
GeneralRe: OLEDB Connection Pin
Yulianto.24-Feb-05 13:35
Yulianto.24-Feb-05 13:35 
GeneralRe: OLEDB Connection. &lt;b&gt;SOLVED&lt;/b&gt; Pin
Just Greeky Creek24-Feb-05 20:06
Just Greeky Creek24-Feb-05 20:06 
GeneralSQL Query Problem Pin
pjholliday23-Feb-05 3:33
pjholliday23-Feb-05 3:33 
GeneralRe: SQL Query Problem Pin
Michael Potter23-Feb-05 9:27
Michael Potter23-Feb-05 9:27 
GeneralODP.NET &amp; MSDAORA Pin
yyf23-Feb-05 3:02
yyf23-Feb-05 3:02 
QuestionHow to import data in sql server 2000 from an excel(.xls) file Pin
tarathecasper23-Feb-05 1:59
tarathecasper23-Feb-05 1:59 
AnswerRe: How to import data in sql server 2000 from an excel(.xls) file Pin
Mike Dimmick24-Feb-05 3:07
Mike Dimmick24-Feb-05 3:07 
GeneralString Comparison in MS SQL Pin
TPN22-Feb-05 22:32
TPN22-Feb-05 22:32 

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.