C. S. John Lam's profileBI BuilderBlogListsGuestbookMore ![]() | Help |
Public folders
|
March 29 Timeout MDX queries after 30 seconds in SSIS Execute SQL TaskMany of us use the Execute SQL task in SSIS to creating warm cache for the MDX queries. If you do the same and find that some of your MDX queries are timing out after 30 seconds. You may want to go back to check what "connection type" are used in the tasks. If you are using ADO connection type like the screen shot below, change it to OLE DB connection. ADO has a command timeout default to 30 seconds. Changing the connection type to OLE DB instead of ADO can avoid this 30 seconds timeout issue.
October 18 Microsoft SQL Server 2008 Feature Pack, October 2008 - now is availableMicrosoft SQL Server 2008 Feature Pack 10.00.1600.60 Date Published: 10/17/2008 is now available at
Microsoft SQL Server 2008 Report Builder 2.0 RTM is available for downloadMicrosoft SQL Server 2008 Report Builder 2.0 RTM (build 10.00.1600.60) is released on Microsoft Download Center as stand-alone installer
March 24 A popular runtime error on 64bit: "Class not registered"SQL Server 2005 SSIS and BIDS Few days ago, one of my clients contacted me that he ran into the following error when he attempted to run his “Slowly Changing Dimension” (SCD) task in SSIS package. He was curious whether or not the error was SCD related.
This error had nothing to do with SSIS’s SCD implementation. The failing step (color red in the screen shot above) actually was outside the SCD task. The user was testing his package on a 64 bit machine. He was attempting to direct incorrect data to an Excel file as part of the package workflow. However, Office Excel (including most of the office products) does not have 64bit provider and hence the error above on Excel connection. To correct the issue, once he changed the setting “Run64bitRuntime” from True to False in the project properties dialog page, the error was gone. For more about this common issue: see http://technet.microsoft.com/en-us/library/ms141766.aspx March 13 Building a Composite Key Parent-Child DimensionVersion: SQL Server 2005 Analysis Services One user has a business requirement to create a parent-child dimension with composite key but he could not find any example to show him how. He has a schema similar to the one below (we modified the Foodmart 2000 database to show a “how to” example). Any attempt to build a composite key parent-child dimension via the wizard, the following warning is seen:
To build one to fit the user’s requirement, here are the steps we used:
BI BuilderThanks for visiting! |
||||
|
|