Click here to Skip to main content
15,893,588 members
Home / Discussions / Database
   

Database

 
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 
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 
You can try to change the datatype of the field.

Check if SELECT SUM(cast(FIELDX as numeric(5,2)) FROM TBLX works.
In your real data you naturally need to adjust the precision and scale of the numeric field to fitting values.
Light moves faster than sound. That is why some people appear bright, until you hear them speak.
List of common misconceptions

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 
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 

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.