Viewing 15 posts - 91 through 105 (of 452 total)
T2000 (6/5/2014)
1 ActDir group. Hold all user accounts that need such...
June 7, 2014 at 10:14 am
Another wrinkle to this: It appears that the SQL Agent permissions allows the user to modify jobs owned by them, but not by others. In my situation, the...
June 4, 2014 at 2:59 pm
It sounds like you need a column group.
Take a look at: http://msdn.microsoft.com/en-us/library/dd255263.aspx
HTH,
Rob
March 20, 2014 at 10:28 am
One idea: You could create a version of the report that contains both reports/tablixes and then the subscription would send out the combined report.
One downside is you now have an...
March 20, 2014 at 10:24 am
Mike Austin-398977 (3/3/2014)
I have developed a cube that tracks the timeliness of certain steps in a business process. Steps are on time if the number of days between 2...
March 4, 2014 at 2:16 pm
fhanlon (6/10/2005)
I have 2 odd user procs installed in the master database in 2 of my servers:
dbo.smDEX_Build_Locks
and dbo.smDEX_Max_Char
Anyone know what they are? My guess is they are left...
March 4, 2014 at 12:38 pm
From BIDs (or SSDT if you're using 2012), go to File, Open, Analysis Services Database. This will open up a dialog box. Put in the server and OLAP...
February 27, 2014 at 3:08 pm
Try putting that expression in the Visibility for that group. You want the IIF() to evaluate as either True or False (for visible or not).
HTH,
Rob
February 26, 2014 at 6:40 pm
sharonsql2013 (2/26/2014)
February 26, 2014 at 10:10 am
stormsentinelcammy (2/25/2014)
Nothing really to see, they just prefer things to be easy than to be done the right way.+1 for Foreign Keys 🙂
+1 Agree 100%
Rob
February 26, 2014 at 10:05 am
RamSteve (2/11/2014)
I am getting the results as expected for my...
February 25, 2014 at 7:53 am
Is the performance issue in the report or the query? I'm guessing if you just pull the query out and run it in SSMS you'll see the majority of...
February 19, 2014 at 10:42 am
Is it always Shops 1 - 9? Could you use to tablixs on the report and limit the first to 1-6 and the second query to pull the last...
February 17, 2014 at 10:45 am
February 17, 2014 at 10:37 am
Are you conditionally setting the cells background color? Something like:
=IIF(Fields!Amount.Value < 0, "Red", "Green")
You could use the same type of expression to set the value of your column 4.
HTH,
Rob
February 14, 2014 at 11:11 am
Viewing 15 posts - 91 through 105 (of 452 total)