Viewing 15 posts - 16 through 30 (of 52 total)
Couldn't you do a DELETE with the OUTPUT clause? This will allow you to get the exact records that were deleted.
If capturing the deleted record is...
November 28, 2012 at 11:46 am
Are you using a where clause based on tab2?
Where clause is applied after the left outer join. This means that the left outer join will return all...
November 28, 2012 at 9:28 am
I don't think there is much you can do to fix this. This has to due with how the browser renders the report objects.
One thing I've noticed...
November 21, 2012 at 3:01 pm
I don't think this is something you can do purely with SSRS.
There's no real way for SSRS to determine if the report is empty or not without running...
November 21, 2012 at 2:58 pm
Are you using SSIS packages in your jobs? If so, make sure the server does not have any resource contention between the SSIS and SQL services.
I believe someone has...
November 15, 2012 at 8:26 am
I would think a better design for something like that is to have two tables.
Table 1. Region table with an integer ID column.
Table 2. ResearchType table with a reference to...
November 12, 2012 at 3:36 pm
Can you just generate the create role xmla scripts and run them after you deploy changes to the AX cube?
AX 4.0 doesn't provide much administrative support for SSAS.
November 12, 2012 at 1:05 pm
That seems a bit strange...can you check the collation between the two servers?
November 12, 2012 at 12:55 pm
I believe a Data-tier application helps maintain the structure of the database by providing a good way to manage the schema but does not store the underlying data itself. ...
October 31, 2012 at 12:36 pm
Only thing I can find is that SQL 2012 Multi Dimensional supports up to 3 partitions under the Standard license. Are you sure you're not possibly running 2012 Analysis...
October 25, 2012 at 2:39 pm
You need to make sure the data type of the @Station parameter in your stored procedure is also set as 'tabletype_StationLists ' data type.
October 22, 2012 at 11:36 am
This sounds like it may either be a problem in the sub report and how it handles the parameters or the way the parent report is passing in the parameters....
October 22, 2012 at 11:26 am
The way Excel pivot table works against SSAS is by sending MDX queries to the SSAS server every time you manipulate the data. (Slice/Dice/Expand/Collapse dimensions) If the customer...
October 22, 2012 at 11:12 am
It really depends on the server specs and how both instances are accessed.
Without knowing any details except that the server is running a production SQL instance, I would...
October 16, 2012 at 1:52 pm
Viewing 15 posts - 16 through 30 (of 52 total)