Follow Us!
-
Recent Posts
Categories
- [+].Net (45)
- [+]ASP.NET (3)
- [+]ASP.NET Dynamic Data (1)
- [+]Entity Framework (2)
- [+]Linq to SharePoint (3)
- [+]Linq to SQL (3)
- [+]MVC (7)
- [+]WCF (4)
- [+]ASP.NET (3)
- [+]BizTalk 2010 (1)
- [—]Business Intelligence (6)
- [+]Community (1)
- [+]CSS (5)
- [+]Events (5)
- [+]Firebug (1)
- [+]IIS (1)
- [+]InfoPath (2)
- [+]Internet Explorer (1)
- [+]JavaScript (2)
- [+]JQuery (4)
- [+]Office365 (1)
- [+]PerformancePoint (1)
- [+]SharePoint 2007 (25)
- [+]Administration (3)
- [+]Development (8)
- [+]PowerShell (2)
- [+]SharePoint Designer (1)
- [+]Administration (3)
- [+]SharePoint 2010 (84)
- [+]Administration (22)
- [+]Configuration (9)
- [+]Development (9)
- [+]PowerShell (13)
- [+]SharePoint Conference (1)
- [+]SharePoint Designer (6)
- [+]Administration (22)
- [+]SharePoint Online (1)
- [+]Silverlight (1)
- [+]Sitecore (19)
- [+]Administration (3)
- [+]Configuration (2)
- [+]Development (6)
- [+]Administration (3)
- [+]SQL (7)
- [+]Replication (1)
- [+]Replication (1)
- [+]SSIS (2)
- [+]Telerik (1)
- [+]Uncategorized (9)
- [+]Visual Studio (6)
- [+].Net (45)
Tags
Network Engineer New Hires Office 365 Office Web Apps ParallelPeriod PerformancePoint PowerShell ProjectTypeGuids Red Gate Richmond Search Service Applications Service Pack 1 Sharepoint SharePoint 2007 SharePoint 2010 SharePoint Conference SharePoint Designer 2010 SharePoint Online SharePoint Saturday Silverlight SPC11 SPMetal SQL SQL 2008 SSAS SSIS Styles TCSC Technical Project Manager Telerik The Computer Solution Company The Computer Solution Company of VA Transactional Replication Uneven Periods User Profile Service ViewData vs TempData Visio Visio Services Web Part Pages Web Parts Windows 8 Workflows WSPBuilder XML CommentsTwitter
- I'm hiring! SharePoint Analyst and Developer at TCSC - Washington D.C. Metro Area #jobs http://t.co/0SkEPQvp 22 hours ago
- New post on #WCF Performance http://t.co/fPU2eBVV #dotnet #aspnet 3 days ago
- #SharePoint My Site Custom Quota Template Not Applying http://t.co/KmrQL7N5 #SP2010 3 days ago
- Photos from the #RVA #CFALeadercast are now on our Facebook page! http://t.co/PPXCt0J1 4 days ago
- #Sitecore Quick Tips - Device Fallback http://t.co/MWUGKKtm 4 days ago
Archives
-
Meta
Category Archives: Business Intelligence
SSIS: Use Dates in Dynamic SQL Statements
I have seen lots of posts on how to build a date string for expressions that set the SQL Statement that will be executed in Data Pumps for example. You might need to do that if you are working with a data source that does not like date manipulation functions in the SQL statement. The solutions I have seen seem a bit complicated, but I figured out a way to do it simply. This might not be new, but I have not seen it, so here goes. First, I create a variable that is a string to hold the date.
Posted in Business Intelligence, SQL, SSIS
Leave a comment
SSIS Attunity Connectors
Recently I had to create an SSIS package that transferred a huge amount of data between an Oracle database and a MS SQL Server database. I began creating an SSIS package that used an existing linked server connection that the client had already been using to perform similar data transfers. To my dismay, the performance of the linked server was dismal. Instead of using the linked server I decided to go with the OOTB OLE DB data source available in SSIS. This increased my performance dramatically. However, when I spoke to a colleague at TCSC, he recommended that I try the Microsoft Connectors for Oracle by Attunity. I had never heard of these connectors, but I was intrigued, so I downloaded them and ran some performance test. The following tests results we recorded while debugging through Visual Studio, so real numbers will be better than what I have recorded, but the results do represent without a doubt the performance differences between the different connections.
Use Task Name as Stored Procedure Argument in SSIS
This is something that probably doesn’t come up that often, but I had a situation recently where a routine was called repetitively. The client didn’t want a For/Loop type of solution, they wanted to manage it in the package, so I created the stored procedure to execute the routine and it accepted the name of the task from the SSIS package as an argument to direct the function. Doing it this way, meant the client only had to copy the task and rename it to change its function. They did not have to edit the internal call for the task.
Posted in Business Intelligence, SQL
Leave a comment
Connect with TCSC on Facebook
TCSC is now on Facebook to stay connected with our local and international communities. Join our conversation by cliking “like” and get the latest news about upcoming seminars, free events, and more solutions from the TCSC team! You can also friend us if you like us.
Posted in .Net, Administration, Administration, Business Intelligence, Configuration, Development, Development, Entity Framework, Events, Linq to SharePoint, Linq to SQL, MVC, PowerShell, PowerShell, SharePoint 2007, SharePoint 2010, SharePoint Designer, SharePoint Designer, WCF
Tagged Facebook, Free Events, Midlothian, Richmond, TCSC
Leave a comment
MDX Solution for ParallelPeriod Issue with Uneven Periods
I have a client that had a period in 2009 with 34 days and the same period in 2010 with 39 days. Therefore, the ParallelPeriod function was returning null when attempting to pull any year over year comparisons for days past 34. The Time dimension has a Fiscal calendar hierarchy with levels for Year, Quarter, Period and Actual Date.
Business/IT Collaboration is Critical to the Success of BI Initiatives
A significant number of business intelligence initiatives fail to succeed or even get going due to a lack of understanding of the fundamental nature of such an initiative. There is a co-dependency that must exist between the business lines and the technology delivery team in any business intelligence project. Interestingly, most BI projects are driven from the wrong location. Most are driven out of IT. Now, it makes sense when you think that all data roads go through the IT department, but the problem is that the focus tends to be on the technology used to deliver the information. The most successful BI projects are business driven, not technology focused.