Who is online?  108 guests and 0 members
Home  »  Blogs  »  MikeMollenhour  »  Using Temp Tables in Data Flow Source Stored Procedure
  Rate This Blog Entry:  register  or  login

Author

MikeMollenhour MikeMollenhour (Member since: 11/9/2009 8:05:56 AM)
Mike is currently a SQL BI Architect for Pragmatic Works in Jacksonville FL. He started his career in databases over 15 years ago with DBase. He later progressed to Sybase and started working with SQL Server 6.5 in the late 1990’s. Since then he has worked with many clients in multiple sectors with High Availability, data warehousing, SSIS, SSAS, SSRS, Data Mining, and performance tuning. Mike has spoken at several events including SQL Saturday and several Microsoft launch events. He has also acquired certifications of CNE, MCP(NT 4.0),MCSE (NT 4.0), MCDBA(SQL 2000), MCTS(SQL 2005), and MCITP (SQL 2005) throughout the years.

View MikeMollenhour 's profile

Comments (no comments yet)

Leave a comment


 
Type the characters:
 *
 
   

Join Business Intelligence Developer Network for FREE Today!

It's fast, easy and free! Submit articles, get your own blog, ask questions & give answers in the forums, and become a better developer, faster.

enter your email address:

Blogs RSS Feed

MikeMollenhour's latest blog posts

  • Just found out that PASS is coming to Orlando it will be somewhat scaled down should be 2-3 days. Here is a link that explains in more detail. http://sqlserverpedia.com/blog/sql-server-bloggers/pass-2...
  • This is an issue that stumped me the first time I saw it. Here I am going to try and replicate it. First I added a column to the FactInternetSales table named TestColumn: Next I checked to see if it i...
  • Recently while processing a cube I ran into an error that like many other errors in Analysis Services seemed somewhat cryptic. However after analyzing the error in question I found it to be much more ...
  • Reverse Engineer an SSAS Database and Cube Posted on June 29, 2010 by mmollenhour If you are like me and have ever made a mistake while working in bids on a cube you may want to restore your bids envi...
  • Recently I had a customer that wanted to use their current active directory grouping and security for their reporting services security. To accomplish this of course we had to have rights to their act...
  • Often times in reporting we find ourselves with a need to do dynamic grouping. This can be accomplished in several ways one way to do this would be to actually build this into the report with dynamic ...
  • Recently I had a report to duplicate in SSRS and had issues trying to find where a particular field was in the database. Since getting the requirements seemed very difficult I figured it would be easi...
  • Over the years of being a BI Consultant I have found that there are a lot of power users with excel and Excel is where they feel most comfortable. While Reporting services has made leaps and bounds ov...
  • SQL Analysis Server Cubes allow for properties to be assigned to members. This is a noce feature but it doesn't seem to be exposed by many applications. Natively Excel is one of these apps, however by...
  • Often with reporting on a data warehouse you see a common theme that many companies want to report on things with the context of my current date. Take for instance a sales report where you want to see...
  • Many times while working with SSIS I have had issues where I would like to add a temp table to a stored procedure that is a source for my SSIS dataflow. One work around for this is create a temp table...
  • Probably the most no-brainer in a DataWarehouse scenario is to index the heck out of the Date dimension. The cost of an index involves a couple of things: 1. How many inserts are performed on the tabl...
  • Many times we are forced to use functions in a where clause to filter results. The issue is here that rarely can SQL take advantage of an index if a function is used. SQL can perform OK in most of the...
  • Recently working for a client I had an issue where a little after sql was started and the memory got to approx. 50 % the whole OS (Windows 2008 r2) became unstable. This could be recreated easily and ...
  • I was at a client’s site recently discussing the benefits of dropping an index and rebuilding at the end of a large batch (SQL 2005 or SQL 2008). There are several things I have learned in my career b...
  • Today I was working with creating a rolling date based partition scheme. In this scheme I wanted to switch out the earliest date range so I could switch in the new. To do this you need to create a sta...
  • During the process of trying to Schedule a subscription in reporting servies with a large report I received this error: This is easily corrected by changing the Web.config file for Reporting Services ...
  • I recently had an issue that I wanted to verify that my partitioning strategy was working and distributing the workload as I hoped. Windows 2008 has a great feature to do this built into Task Manager....
  • The Slowly Changing dimension task works great for small loads on update/inserts but if you have a large dataset that you want to use what can you do? One new answer ( sql 2008) to this question is to...
Blogs RSS Feed

Latest community blog posts

  • In a previous post, I showed you how one could Restart, Stop and Start the services for an instance of SQL Server using the SSMS GUI. Again, please do not execute this on your PRODUCTION server, but h...
  • I was asked by someone the other day, where do you get your drive and motivation? For a second, I was stumped. After giving it a little thought I realized that my drive has several sources. The first ...
  • Motivational time again! Today I want to talk about being lazy with your data. More likely than not, it’s not your data, it’s your firm’s data. Make sure you’re taking precautions. There are so many f...
  • How does one get started in this field? One thing that I see from time to time is someone who just keeps taking class after class hoping that a resume full of classes will make their resume took impre...
  • Puzzle #7 had an interesting twist. You were required to add a column to the result set that dynamically displayed a currency type based on the existing currency code. As always, there are a couple of...
  • Scripting tables inside of SQL Server Management Studio is a very simple task. Just right click and select script table. The problem is that, but default, the indexes on a table are not part of the sc...
  • The way Reporting Services creates subscriptions is through generating a SQL Server Agent job. This is apparent when you look at the jobs on the database server that Reporting Services is configured t...
  • Pirate Code: They're more like guidelines really... The last few weeks we've watched the drama unfold in regards to the PASS BOD elections. We've seen people attack criticize the NomCom, the board, PA...
  • Just a while ago I was watching a video on sqlshare Creating a Plan Guide for a Parameterized Statement By Andy Warren . Only then I heard about plan guides. I didn't know what plan guides were. Here ...
  • Unfortunately, I don't have one big topic to write about in this post, so I decided to share some observations from the past few weeks - little things that might be of interest in the next report you ...
  • In a previous post I wrote about getting started with PerformancePoint 2010. In that post you learned about what PerformancePoint is and where to open in in SharePoint 2010. Your next steps are to con...
  • So today at the office I was faced with one of the more common and important questions that come up regularly and that was ‘Where are we going for lunch?’ This usually in tells a few minor arguments a...
  • I attended the 2010 Jacksonville Code Camp Sataurday and really was impressed with Pragmatic Works. The entire Business Intelligence stack was covered by speakers from PW including Brian Knight, Adam ...