Click here to Skip to main content
15,881,424 members
Home / Discussions / Database
   

Database

 
AnswerRe: Database updates Pin
Shameel14-Sep-12 1:31
professionalShameel14-Sep-12 1:31 
GeneralRe: Database updates Pin
spankyleo12314-Sep-12 2:12
spankyleo12314-Sep-12 2:12 
AnswerUpdate with correlated sub query Pin
David Mujica14-Sep-12 3:16
David Mujica14-Sep-12 3:16 
GeneralRe: Update with correlated sub query Pin
spankyleo12314-Sep-12 3:43
spankyleo12314-Sep-12 3:43 
GeneralRe: Update with correlated sub query Pin
Jörgen Andersson14-Sep-12 8:55
professionalJörgen Andersson14-Sep-12 8:55 
GeneralRe: Update with correlated sub query Pin
David Mujica15-Sep-12 15:11
David Mujica15-Sep-12 15:11 
GeneralRe: Update with correlated sub query Pin
Jörgen Andersson16-Sep-12 1:05
professionalJörgen Andersson16-Sep-12 1:05 
QuestionSUM Problem in MSSQL Pin
Basak Oner11-Sep-12 23:41
Basak Oner11-Sep-12 23:41 
Hi everybody,
I have some numbers. Numbers are
(
0
234,9
-27
0
-55,9
0
0
-59
0
100,72
-26
0
-25,72
0
0
0
-82
0
0
0
0
0
0
-134)

I want to this.
SELECT SUM(FIELDX) FROM TBLX

but result is returning (-2,8421709430404007E-14)
actually resutl is 0 (Zero)
How can i solve this problem?

Thanks.

Başak Öner
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 
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 

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.