Click here to Skip to main content
15,886,689 members
Home / Discussions / Database
   

Database

 
AnswerRe: SUM Problem in MSSQL Pin
Eddy Vluggen12-Sep-12 0:16
professionalEddy Vluggen12-Sep-12 0:16 
GeneralRe: SUM Problem in MSSQL Pin
Basak Oner12-Sep-12 0:27
Basak Oner12-Sep-12 0:27 
AnswerRe: SUM Problem in MSSQL Pin
Eddy Vluggen12-Sep-12 0:31
professionalEddy Vluggen12-Sep-12 0:31 
AnswerRe: SUM Problem in MSSQL Pin
Basak Oner12-Sep-12 3:58
Basak Oner12-Sep-12 3:58 
GeneralRe: SUM Problem in MSSQL Pin
Eddy Vluggen12-Sep-12 6:00
professionalEddy Vluggen12-Sep-12 6:00 
AnswerRe: SUM Problem in MSSQL Pin
Jörgen Andersson12-Sep-12 1:00
professionalJörgen Andersson12-Sep-12 1:00 
QuestionSQL Seconds to Day, Hour, Minute, Second Pin
ahsansharjeel11-Sep-12 13:49
ahsansharjeel11-Sep-12 13:49 
AnswerRe: SQL Seconds to Day, Hour, Minute, Second Pin
Mycroft Holmes11-Sep-12 14:24
professionalMycroft Holmes11-Sep-12 14:24 
Take a look at MODULO from BOL!
SELECT 38 / 5 AS Integer, 38 % 5 AS Remainder ;<br />


Use a case statement to detect if it is over 86399 and apply the appropriate formula. If you use it in multiple places then create your own UDF.
Never underestimate the power of human stupidity
RAH

GeneralRe: SQL Seconds to Day, Hour, Minute, Second Pin
cbeglobal12-Sep-12 1:46
cbeglobal12-Sep-12 1:46 
GeneralRe: SQL Seconds to Day, Hour, Minute, Second Pin
Mycroft Holmes12-Sep-12 12:36
professionalMycroft Holmes12-Sep-12 12:36 
AnswerRe: SQL Seconds to Day, Hour, Minute, Second Pin
Hitesh R6-Nov-12 0:21
Hitesh R6-Nov-12 0:21 
QuestionTableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
lowhitaker10-Sep-12 11:15
lowhitaker10-Sep-12 11:15 
AnswerRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
Mycroft Holmes10-Sep-12 14:19
professionalMycroft Holmes10-Sep-12 14:19 
GeneralRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
Jörgen Andersson11-Sep-12 0:37
professionalJörgen Andersson11-Sep-12 0:37 
GeneralRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
Mycroft Holmes11-Sep-12 1:10
professionalMycroft Holmes11-Sep-12 1:10 
AnswerRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
Michael Potter11-Sep-12 4:06
Michael Potter11-Sep-12 4:06 
GeneralRe: TableAdapters results differ from Stored Procedure results, C# - SQL 2000 Pin
lowhitaker11-Sep-12 4:31
lowhitaker11-Sep-12 4:31 
QuestionHow do i solved Timeout Expired Error in ASP.net with Backend as SQL 2008 Pin
Pratibha Mhatre7-Sep-12 2:01
Pratibha Mhatre7-Sep-12 2:01 
QuestionRe: How do i solved Timeout Expired Error in ASP.net with Backend as SQL 2008 Pin
Eddy Vluggen7-Sep-12 2:53
professionalEddy Vluggen7-Sep-12 2:53 
Answerclose and dispose Pin
David Mujica7-Sep-12 5:10
David Mujica7-Sep-12 5:10 
GeneralRe: close and dispose Pin
Pratibha Mhatre19-Sep-12 20:05
Pratibha Mhatre19-Sep-12 20:05 
GeneralRe: close and dispose Pin
David Mujica20-Sep-12 10:22
David Mujica20-Sep-12 10:22 
QuestionSequence of events inside a stored procedure Pin
Clive D. Pottinger6-Sep-12 8:13
Clive D. Pottinger6-Sep-12 8:13 
AnswerRe: Sequence of events inside a stored procedure Pin
Andrei Straut6-Sep-12 9:23
Andrei Straut6-Sep-12 9:23 
AnswerRe: Sequence of events inside a stored procedure Pin
PIEBALDconsult6-Sep-12 9:49
mvePIEBALDconsult6-Sep-12 9:49 

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.