Viewing 9 posts - 1 through 9 (of 9 total)
I have used following Query
SELECT NON EMPTY { [Measures].[InventoryQty] } ON COLUMNS, NON EMPTY { ([Branch].[Branch Code].[Branch Code].ALLMEMBERS * [Currency].[Currency].[Currency].ALLMEMBERS * [Branch].[Branch Name].[Branch Name].ALLMEMBERS ) }
DIMENSION PROPERTIES...
October 23, 2007 at 5:29 am
Cracked it!
EXEC('CALL usp_test') AT MYSQLLOCALHOST
August 2, 2007 at 2:35 am
EXEC MYSQLLOCALHOST.rhys.root.usp_test
/*------------------------
EXEC MYSQLLOCALHOST.rhys.root.usp_test
------------------------*/
OLE DB provider "MSDASQL" for linked server "MYSQLLOCALHOST" returned message "[MySQL][ODBC 3.51 Driver][mysqld-5.0.41-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
August 2, 2007 at 2:14 am
Thanks Jason!
That's just what I needed too!
April 2, 2007 at 3:39 pm
sweetie,
1. If the package fails, you can find out more about the error if you double click the failed step when it pops up the failed dialog. Yes, I didn't...
February 21, 2007 at 10:19 pm
Hi and thank you for an excellent article!
Do you know if it's possible to let the user enter some data in the report, like a textfield or textarea?
/Jonas
November 14, 2006 at 6:26 am
Viewing 9 posts - 1 through 9 (of 9 total)