Viewing 14 posts - 31 through 44 (of 44 total)
Problem solved.
Processing in the cube from the BIDS solution (without any roles defined), dropped the existing roles which were originally defined in SSMS .
Solution : Process the cube from the...
May 2, 2008 at 2:14 am
Hi Steve,
In the meantime I found another syntactical solution on the web.
Here's an example.
WITH
SET [TCat] AS
TopCount([Product].[Subcategory].[Subcategory],10,[Measures].[Sales Amount])
...
April 16, 2008 at 8:30 am
Hi Steve,
Thanks for the inputs.
A nice article indeed on the topcount() function.
This helps me to solve the first part of my question.
Any tips on the 2nd part.
How do I...
April 16, 2008 at 6:52 am
My colleague found the solution.
It was actually the BIDSHelper tool that caused the BIDS SSIS solution to respond so slow on a large SSIS package.
After uninstalling BIDSHelper, the SSIS...
April 9, 2008 at 2:29 am
Hi again JT,
Thanks for your further sharings.
Unfortunately, these changes do not improve the responsiveness of the BIDS UI in this particular package.
Regards,
Franky
March 28, 2008 at 3:12 am
Hi again JT,
Yes, I had put DelayValidation=True for the ConnectionManagers, but that didn't improve the response of BIDS for that package.
Thanks,
Franky
March 27, 2008 at 6:55 am
Hi JT,
Thx for the update.
I put all
DelayValidation properties on True, and
ValidateExternalMetadata properties on False.
It still takes 30 seconds (not much a difference) to switch between the control flow...
March 27, 2008 at 2:25 am
Hi Jack,
Thx for the update.
"How much memory do you have?" - 3,37 GB
"Is the package solution stored in a network location or on the PC itself? ...
March 25, 2008 at 2:47 am
Hi Matt,
Thanks for the inputs. In the mean time, the issue is solved and was caused by another situation.
Apparently, in the SSIS Project Properties ( Debugging Properties ) the StartObjectID...
March 21, 2008 at 2:42 am
Thx for the inputs RBaryy !
March 13, 2008 at 2:33 am
Thanks for the replies.
Apologies, but I forget to mention that I'm working on SQL Server 2000.
ATTACH_REBUILD_LOG is not working in that version,
and the sp_attach_single_file_db does not work in this...
December 18, 2007 at 5:33 am
Dear,
In the mean time, I found the solution.
It is mentioned here :
http://www.microsoft.com/dynamics/crm/using/customizing/reporttutorial.mspx
Carefull, you should use an unshared datasource in your report definition. This can be defined at the report's...
October 8, 2007 at 5:25 am
Hi Steve,
Interesting topic, indeed.
To me streaming databases will become very succesfull, especially in the domain of robotics.
If there is 1 area where online processing of mass data streams will be...
July 10, 2007 at 2:55 am
Viewing 14 posts - 31 through 44 (of 44 total)