fendy-huang.blogspot.com
The Art of Business Intelligence: Load Data from Stored Procedure in TimeXtender 2012
http://fendy-huang.blogspot.com/2013/09/load-data-from-stored-procedure-in.html
The Art of Business Intelligence. Thursday, September 26, 2013. Load Data from Stored Procedure in TimeXtender 2012. Is a new data warehouse development tool that I’ve been using to rapidly increase the ETL Development. There are lots of different way to load data into stage area using TimeXtender 2012. If you are used to use store procedure to gather the related source data, you could still use it in TimeXtender with minimum modification. Here is an example:. To store the result. Create a Customer view.
dereksan.blogspot.com
apropos .Net Development: February 2011
http://dereksan.blogspot.com/2011_02_01_archive.html
Apropos .Net Development. Derek Sanderson's various ramblings on tips, tricks, and code from a .Net SharePoint developer perspective. Tuesday, February 15, 2011. How to remove a bad Web Part from SharePoint 2010. More often than I would like, a custom web part I’ve added to a page throws an exception. If you followed my previous blog on “ An unexpected error has occurred. So I am on a web part page:. Append parameter to querystring:. Now you can easily remove the offending web part. Program Files% Common...
dereksan.blogspot.com
apropos .Net Development: “Know the Unknown” When Developing in SharePoint 2010
http://dereksan.blogspot.com/2011/05/know-unknown-when-developing-in.html
Apropos .Net Development. Derek Sanderson's various ramblings on tips, tricks, and code from a .Net SharePoint developer perspective. Sunday, May 15, 2011. 8220;Know the Unknown” When Developing in SharePoint 2010. Thanks to everyone who attended Melissa’s and my presentation yesterday at Carolina Code Camp 2011. And, of course, an extra special thanks to the organizers of this great event, and to my partner in crime on this presentation, Melissa Coates. Figuring out Unexpected Errors. Microsoft .NET...
dereksan.blogspot.com
apropos .Net Development: SharePoint 2007/2010–“An unexpected error has occurred.”
http://dereksan.blogspot.com/2011/02/sharepoint-20072010an-unexpected-error.html
Apropos .Net Development. Derek Sanderson's various ramblings on tips, tricks, and code from a .Net SharePoint developer perspective. Wednesday, February 2, 2011. SharePoint 2007/2010–“An unexpected error has occurred.”. Want a real error message instead of “an unexpected error has occurred? 8221;—read on, this post will describe how to do just that. I’m sure every SharePoint developer has run across the infamous “unexpected error:”. 02/02/2011 13:53:00.91 w3wp.exe (0x1A80) 0x0464 SharePoint Foun...Micro...
dereksan.blogspot.com
apropos .Net Development: May 2011
http://dereksan.blogspot.com/2011_05_01_archive.html
Apropos .Net Development. Derek Sanderson's various ramblings on tips, tricks, and code from a .Net SharePoint developer perspective. Sunday, May 15, 2011. 8220;Know the Unknown” When Developing in SharePoint 2010. Thanks to everyone who attended Melissa’s and my presentation yesterday at Carolina Code Camp 2011. And, of course, an extra special thanks to the organizers of this great event, and to my partner in crime on this presentation, Melissa Coates. Figuring out Unexpected Errors. The presentation s...
fendy-huang.blogspot.com
The Art of Business Intelligence: March 2012
http://fendy-huang.blogspot.com/2012_03_01_archive.html
The Art of Business Intelligence. Sunday, March 18, 2012. Sort a MDX Dataset by Multiple Criteria. Recently I work on a SSRS report that needs a parameter to return a set of user to be selected as the filter for the report. The list of user has to be sorted by Department Code and User’s name. In MDX, sorting a dataset based on one criterion is directly supported. Through the Order function. However, it doesn’t support multiple. CURRENTMEMBER.Properties( "Department Code"). Measures].[ParameterCaption...
fendy-huang.blogspot.com
The Art of Business Intelligence: February 2012
http://fendy-huang.blogspot.com/2012_02_01_archive.html
The Art of Business Intelligence. Sunday, February 26, 2012. Using Page and CAML Query to Extract SharePoint List in SSIS. There are several ways to read SharePoint List as data source in SSIS. The easiest way is using the SharePoint List Adapter. You could download it from the Codeplex. Site However, you may want to have more control during extracting the list to avoid failure, to manipulate data before sent to the output rows, or you are experiencing timeout issue with lots of item in the list. Retriev...
fendy-huang.blogspot.com
The Art of Business Intelligence: July 2013
http://fendy-huang.blogspot.com/2013_07_01_archive.html
The Art of Business Intelligence. Tuesday, July 30, 2013. Use DAX Search Function to Retrieve Subset Data in SSRS Report. Most of you would be familiar with substring search in T-SQL. If you have a SSRS report using DAX, do you ever winder how to do the search using the pass in parameter? Here is the sample DAX query used to retrieve the Order Count and Sales Amount for Customers from Internet Sales:. Quantity", [ Order. Sales Amount", [ Sum. Here is the sample result:. Quantity", [ Order. CustomerName, ...
fendy-huang.blogspot.com
The Art of Business Intelligence: March 2013
http://fendy-huang.blogspot.com/2013_03_01_archive.html
The Art of Business Intelligence. Wednesday, March 27, 2013. Trigger SQL Agent Job by Files. Wondering how to trigger a SQL agent job when the file is ready to be processed? The simple and easy way to trigger a SQL Job after a file dropped into a window directory is attaching a SQL alert to the SQL job. Here are the steps:. 1 Open the job property window for the existed SQL agent Job. 2 Click on the Alert Node. 3 Click on Add. Button to open new Alert window. 5 Click on OK to attach it.
fendy-huang.blogspot.com
The Art of Business Intelligence: May 2013
http://fendy-huang.blogspot.com/2013_05_01_archive.html
The Art of Business Intelligence. Friday, May 31, 2013. Setup SSRS email Delivery Option Using Gmail Account. In order to use the SSRS email delivery subscription or Data alerts feature, you need to configure the email option. If you don’t have access to the company exchange server, you could configure the system to use a Gmail account instead. Here are the steps:. Configure a virtual SMTP Server. Install SMTP Server window option on the local box or a server. Click on the Access. Click on the Advance.