Viewing 15 posts - 1 through 15 (of 17 total)
Thanks for the reply..
That answers my question. The master report page properties in play rather than the subreport page properties.
March 23, 2012 at 1:11 pm
After analysis of both execution plans, the query when executing in Management studio is using Merge Join instead of Nested Loop.
So I included the hint "Option Merge(join)" and everything...
July 24, 2008 at 2:12 pm
I added a parameter to SP. For a different value, only one SQL statement get executed. All sql statements are going against same tables. What is puzzling is execution...
July 24, 2008 at 10:30 am
The one thing I noticed different is the estimated number of rows is 1 in Stored procedure, which made the node Merge/Join instead of Nested Loop and everything from that...
July 23, 2008 at 12:18 pm
The other thing I can add is the array manipulation. I made my mathematical calculations from an array. I can use CLR from either .net program or part of T-SQL...
June 16, 2008 at 3:36 pm
I am wondering if one can write a function to set the value and use it anywhere without the limitation of the scope. Just a thought.
Dim x as...
October 23, 2007 at 3:00 pm
Am I correct in assuming that you always want to pass the client Id from external source and giving a default value to internal or hidden value is not the...
October 19, 2007 at 11:38 pm
Give me a specific problem, then I can provide a step by step solution to it.
The following is the general procedure to create the parameter.
Right click on the...
October 19, 2007 at 11:33 pm
You can use report parameters for this purpose and say they are for internal use.
October 18, 2007 at 3:16 pm
Right click on the colored traingle of the subtotal box and get the properties of it (Not the textbox). Adjust the back color
Hope this helps.
October 18, 2007 at 3:13 pm
Let me understand the problem.
1. You want list of all registrants with guests (and their invoices)
2. You want list of all registrants with no guest (and their Invoices).
The first...
October 9, 2007 at 3:43 pm
You can see your packages logging on to Integration services from SQL Server 2005 Management console. You can keep them in file server as well.
Dim execApp...
August 22, 2006 at 9:02 am
None of the options worked. So I created a class to execute from VB rather than SQL server and included that class. I haven't finished testing yet and will post...
April 6, 2006 at 4:29 pm
search on CellSetgrid and ThinSlicer(http://richardlees.com.au/Demonstrations/) are two free grids available.
Check them out. Atleast I feel you don't have to pay for the bugs.
April 6, 2006 at 9:35 am
THE FILE IS ON SQL SERVER. Please note that I included the stmt. dtexec /SQL pkgfolder\packagename.. The reason for the pkgfolder is a way to group my subsystems. Nothing to...
March 24, 2006 at 5:11 am
Viewing 15 posts - 1 through 15 (of 17 total)