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

Database

 
AnswerRe: SSIS and parsing empty strings to integers Pin
Mycroft Holmes16-Aug-12 12:54
professionalMycroft Holmes16-Aug-12 12:54 
GeneralRe: SSIS and parsing empty strings to integers Pin
PIEBALDconsult16-Aug-12 14:37
mvePIEBALDconsult16-Aug-12 14:37 
GeneralRe: SSIS and parsing empty strings to integers Pin
Mycroft Holmes16-Aug-12 17:25
professionalMycroft Holmes16-Aug-12 17:25 
AnswerRe: SSIS and parsing empty strings to integers Pin
S Douglas14-Sep-12 8:38
professionalS Douglas14-Sep-12 8:38 
Questionhow to spilt the attributes dispatch container planning in Shipment project Pin
SubiyaPalanisamy16-Aug-12 4:35
SubiyaPalanisamy16-Aug-12 4:35 
AnswerRe: how to spilt the attributes dispatch container planning in Shipment project Pin
Eddy Vluggen16-Aug-12 5:35
professionalEddy Vluggen16-Aug-12 5:35 
QuestionCumulative addition among views. Pin
pamelaannegarcia12-Aug-12 7:43
pamelaannegarcia12-Aug-12 7:43 
AnswerRe: Cumulative addition among views. Pin
Mycroft Holmes12-Aug-12 18:29
professionalMycroft Holmes12-Aug-12 18:29 
I think you are using the wrong tool for the job. You have a bunch of views (1 for each month) that you are trying to force into a larger structure (aggregated monthly values) why not ignore the monthly views and go directly to the underlying table/view to service your requirement.

SQL
SELECT MthField, SUM(field1), COUNT(Field2)
FROM TransactionView
WHERE filter = ....
GROUP BY MthField


OR
If you are using SSRS (you mention report) then use SSRS aggregating functions to get you totals.
Never underestimate the power of human stupidity
RAH

QuestionHelp with Decimal Roundings Pin
Vimalsoft(Pty) Ltd12-Aug-12 0:51
professionalVimalsoft(Pty) Ltd12-Aug-12 0:51 
AnswerRe: Help with Decimal Roundings Pin
Eddy Vluggen12-Aug-12 1:10
professionalEddy Vluggen12-Aug-12 1:10 
GeneralRe: Help with Decimal Roundings Pin
Vimalsoft(Pty) Ltd12-Aug-12 2:01
professionalVimalsoft(Pty) Ltd12-Aug-12 2:01 
AnswerRe: Help with Decimal Roundings Pin
Niladri_Biswas21-Aug-12 22:39
Niladri_Biswas21-Aug-12 22:39 
QuestionHow to convert Physical XML files into Sqlserver Tables? Pin
Member 400654610-Aug-12 13:10
Member 400654610-Aug-12 13:10 
AnswerRe: How to convert Physical XML files into Sqlserver Tables? Pin
PIEBALDconsult10-Aug-12 13:32
mvePIEBALDconsult10-Aug-12 13:32 
AnswerRe: How to convert Physical XML files into Sqlserver Tables? Pin
Eddy Vluggen10-Aug-12 23:52
professionalEddy Vluggen10-Aug-12 23:52 
QuestionHow do you use the AVG api in sql to manage grouped output? Pin
Xarzu10-Aug-12 13:04
Xarzu10-Aug-12 13:04 
AnswerRe: How do you use the AVG api in sql to manage grouped output? Pin
Paul Conrad10-Aug-12 20:18
professionalPaul Conrad10-Aug-12 20:18 
GeneralRe: How do you use the AVG api in sql to manage grouped output? Pin
Xarzu11-Aug-12 13:30
Xarzu11-Aug-12 13:30 
AnswerRe: How do you use the AVG api in sql to manage grouped output? Pin
Paul Conrad11-Aug-12 13:32
professionalPaul Conrad11-Aug-12 13:32 
AnswerRe: How do you use the AVG api in sql to manage grouped output? Pin
Eddy Vluggen10-Aug-12 22:17
professionalEddy Vluggen10-Aug-12 22:17 
AnswerRe: How do you use the AVG api in sql to manage grouped output? Pin
Niladri_Biswas21-Aug-12 22:51
Niladri_Biswas21-Aug-12 22:51 
QuestionHow to store a standard selection? Pin
Jörgen Andersson10-Aug-12 9:57
professionalJörgen Andersson10-Aug-12 9:57 
AnswerRe: How to store a standard selection? Pin
R. Giskard Reventlov10-Aug-12 10:02
R. Giskard Reventlov10-Aug-12 10:02 
GeneralRe: How to store a standard selection? Pin
Jörgen Andersson10-Aug-12 10:09
professionalJörgen Andersson10-Aug-12 10:09 
GeneralRe: How to store a standard selection? Pin
R. Giskard Reventlov10-Aug-12 10:41
R. Giskard Reventlov10-Aug-12 10:41 

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.