Viewing 15 posts - 706 through 720 (of 9,643 total)
Thanks guys. That one got to me because I put a lot of time into providing solutions that did exactly what he needed for results based on the information...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 8:44 pm
pietlinden (9/9/2014)
Cool solution! After stepping away from what I was thinking before, I realized that I could use a CTE to do the thing... (and I saw you did...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 8:39 pm
KoldCoffee (9/9/2014)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 8:33 pm
Okay, I may have gotten out of line in this thread, http://www.sqlservercentral.com/Forums/Topic1611473-150-1.aspx, but I'm not sure. Been trying to help the OP all day and the response where the OP...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 4:24 pm
KoldCoffee (9/9/2014)
I'm asking for help with one small part of a report and not for advise on why I am bringing...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 4:19 pm
The expression I provided should still work for what you need, you'll just need to figure out how to get it to work with the dataset you have and within...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 3:28 pm
Okay the expression gets the leads from last year that match this year and sums them.
Binoogle SSRS Lookup to understand how the Lookup function works.
Attached is a working report (embedded...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 2:43 pm
For auditing/logging changes to data in the database (your first logging) I would do it in the same database.
For application logging I would probably use a separate exceptions or logging...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 10:40 am
Your issue is that you are trying to output to the same file and sqlcmd doesn't support appending. From BOL:
-o output_file
Identifies the file that receives output from sqlcmd.
If -u...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 10:31 am
I would also say that is depends on how you are using the data in your report. Remember 2 stored procedures in 2 data sets mean 2 calls to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 10:29 am
KoldCoffee (9/9/2014)
btw, earlier I said
subtract last years count from this year's count...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 9:12 am
Because I was intrigued by this problem I put some effort into figuring out what you want. I don't think doing this in an SSRS expression is the best...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 8:16 am
3 questions:
1. Can you post the query you are currently using for your SSRS dataset because the query you posted earlier doesn't have months?
2. To be clear, the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 9, 2014 at 6:52 am
Alexander Suprun (9/8/2014)
navie22 (9/5/2014)
AND MT.TRANSACTIONDATE BETWEEN DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE())-2, 0) --First day 2 months ago
AND DATEADD(MILLISECOND, -...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 8, 2014 at 11:36 am
I can't speak for anyone else, but I'd have to know what your data set looks like in order to hazard a guess.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 8, 2014 at 11:03 am
Viewing 15 posts - 706 through 720 (of 9,643 total)