Viewing 15 posts - 1 through 15 (of 16 total)
Hello Philip,
So, for the SQL Server part (SSMS, SSDT) you should first install .NET 4.5 (and probably .NET 3.1 if it is not there). Once that is done, you can...
April 24, 2014 at 6:12 am
You should check the previous log - the one that was before the restart. You can also look at Event Viewer (Start -> Run -> eventvwr) for additional clues. If...
January 9, 2014 at 2:42 pm
Hi Ranzz,
In that case you can use the mentioned method - just write a simple stored procedure, that will list the permissions you need. More details on permissions and what...
January 9, 2014 at 2:40 pm
What is your SQL Server version and which permissions exactly you need to look at - server level, database level, Windows level?
In any case - you could explore the possibility...
January 9, 2014 at 2:03 pm
We are talking about tempdb of a clustered SQL Server 2012 instance and since that release Microsoft supports tempdb on a local drive. For detailed instruction, you can check here:
January 8, 2014 at 3:41 pm
There is nothing to stop you doing it (from technical perspective).
I would still consider this as an approach, as you might get this drive hammered down by one of...
January 8, 2014 at 10:53 am
Hi casanova,
You can reference the values from the dropdown in a dataset by using @ symbol in front of the name of the parameter.
So for example if you have...
March 3, 2011 at 2:13 pm
There are two approaches in order to actually get report parameters to work.
Approach one: when you create your underlying dataset, you explicitly define the parameters in a where clause of...
April 20, 2010 at 4:30 am
Hello ronaldkrex,
I guess you can try using Group page braking by going to Tablix Properties -> Page Breaks and check the option "Between each instance of a group". This worked...
January 16, 2010 at 3:30 pm
I haven't seen such an expression and I am not quite sure if it actually exists. As a workaround I can suggest you to create a table in your database...
October 12, 2009 at 1:37 am
If I understood correctly, you just have to select your header columns, then go to the Property windows in VS and in color selection window go to Expressions. From there...
October 11, 2009 at 12:10 pm
Hi there,
You can use for start date the following expression: DateAdd("d",-7,Today()) and for end date Today().
Those expressions can be set as default values for both parameters in the report definition...
October 10, 2009 at 9:38 am
Well as you are using one and the same destination you can use either Merge transformation, or Union all transformation.
October 8, 2009 at 11:03 pm
Hi there,
I guess if I understood the problem correctly,instead of a lookup you can create a function in the database which to be called with an Execute SQL task and...
October 7, 2009 at 10:54 pm
I'm glad I could help. Now about the window - you can open it by going to View->Report Data or press hot key combination Ctrl+Alt+D.
all best,
ivan
October 7, 2009 at 5:15 am
Viewing 15 posts - 1 through 15 (of 16 total)