Click here to Skip to main content
15,921,716 members
Home / Discussions / Database
   

Database

 
GeneralRe: Return two values Pin
DanB198321-Dec-06 0:24
DanB198321-Dec-06 0:24 
QuestionDateDiff returns in HH:MM format Pin
VK-Cadec20-Dec-06 8:22
VK-Cadec20-Dec-06 8:22 
AnswerRe: DateDiff returns in HH:MM format Pin
Colin Angus Mackay20-Dec-06 22:41
Colin Angus Mackay20-Dec-06 22:41 
Questionproblem getting sum of each row Pin
xoxoxoxoxoxox20-Dec-06 6:13
xoxoxoxoxoxox20-Dec-06 6:13 
AnswerRe: problem getting sum of each row Pin
ednrgc20-Dec-06 6:25
ednrgc20-Dec-06 6:25 
GeneralRe: problem getting sum of each row Pin
xoxoxoxoxoxox20-Dec-06 6:50
xoxoxoxoxoxox20-Dec-06 6:50 
AnswerRe: problem getting sum of each row Pin
Keith Malwitz20-Dec-06 6:41
Keith Malwitz20-Dec-06 6:41 
AnswerRe: problem getting sum of each row Pin
RinkRat20-Dec-06 6:59
RinkRat20-Dec-06 6:59 
Could try something like:

SELECT x,y,z,
COALESCE(x,0) + COALESCE(y,0) + COALESCE(z,0) as [Row Total]
FROM .............
Questionlink the foxpro(.dbf) table with mssql Pin
Guru_yogi20-Dec-06 1:12
Guru_yogi20-Dec-06 1:12 
AnswerRe: link the foxpro(.dbf) table with mssql Pin
Pete O'Hanlon20-Dec-06 22:46
mvePete O'Hanlon20-Dec-06 22:46 
QuestionGuy's pls help... Pin
tilak.gummadi19-Dec-06 23:19
tilak.gummadi19-Dec-06 23:19 
AnswerRe: Guy's pls help... Pin
Mairaaj Khan20-Dec-06 0:57
professionalMairaaj Khan20-Dec-06 0:57 
GeneralRe: Guy's pls help... Pin
tilak.gummadi20-Dec-06 16:58
tilak.gummadi20-Dec-06 16:58 
Questionhow to use linked server for foxpro & mssql linking Pin
Guru_yogi19-Dec-06 18:51
Guru_yogi19-Dec-06 18:51 
AnswerRe: how to use linked server for foxpro & mssql linking Pin
Eric Dahlvang20-Dec-06 3:44
Eric Dahlvang20-Dec-06 3:44 
QuestionSQL Server text column question Pin
Marcus Spitzmiller19-Dec-06 9:12
Marcus Spitzmiller19-Dec-06 9:12 
AnswerRe: SQL Server text column question Pin
PIEBALDconsult19-Dec-06 9:28
mvePIEBALDconsult19-Dec-06 9:28 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller19-Dec-06 9:35
Marcus Spitzmiller19-Dec-06 9:35 
GeneralRe: SQL Server text column question Pin
Eric Dahlvang20-Dec-06 3:51
Eric Dahlvang20-Dec-06 3:51 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller20-Dec-06 5:25
Marcus Spitzmiller20-Dec-06 5:25 
AnswerRe: SQL Server text column question Pin
Michael Potter20-Dec-06 10:26
Michael Potter20-Dec-06 10:26 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller20-Dec-06 12:12
Marcus Spitzmiller20-Dec-06 12:12 
QuestionQuestions about various DB connection methods Pin
Jay Legue19-Dec-06 8:26
Jay Legue19-Dec-06 8:26 
QuestionHow do I format this... Pin
Steven J Jowett19-Dec-06 4:43
Steven J Jowett19-Dec-06 4:43 
AnswerRe: How do I format this... Pin
Steven J Jowett19-Dec-06 5:38
Steven J Jowett19-Dec-06 5:38 

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.