Viewing 15 posts - 706 through 720 (of 9,641 total)
KoldCoffee (9/9/2014)
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...
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...
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...
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...
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...
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...
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...
September 9, 2014 at 10:29 am
KoldCoffee (9/9/2014)
btw, earlier I said
subtract last years count from this year's count...
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...
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...
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, -...
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.
September 8, 2014 at 11:03 am
Sean Lange (9/8/2014)
September 8, 2014 at 11:00 am
SQLRNNR (9/4/2014)
Roy Ernest (9/4/2014)
Do we have any new ANSI...
September 4, 2014 at 9:23 am
Viewing 15 posts - 706 through 720 (of 9,641 total)