Categories
- MDX (2)
- PPS (2)
- SharePoint (2)
- SQL (1)
- SQL Server (3)
- SSIS (1)
- SSMS (2)
- SSRS (1)
- Windows (1)
Tags
Configuration Failed Custom Assembly Custom Components Dataset Data Type Datatype DLL Filters IIS Insert Script JavaScript Library Not Registered MDX MOSS MSXML NVARCHAR Office Diagnostics Outlook Overwrite Performance Point Server PPS Reporting Services Setup SharePoint SQL SQL Server SQL Server 2005 SQL Server Management Studio SSIS SSMS SSRS SSRS 2008 SuppressAutoUpdate UNICODE UTF VARCHAR Virtual PC Vista Windows 7
Author Archives: Melinda Cole
YTD Calculations
Whether you’re creating a report, chart, KPI, or calculated measure, at some point you’ll probably need to add year-to-date calculations. It doesn’t matter if you’re using SQL or MDX, the technique to generate the From and To dates for a … Continue reading
Posted in MDX, SQL
Leave a comment
When To Use NVARCHAR
The Short Answer Only when you need to store multi-lingual (unicode) data. The Nitty Gritty The fundamental unit of storage in a SQL Server database is an 8 KB page. To paraphrase the MSDN, SQL Server reads and writes whole … Continue reading
Posted in SQL Server
Tagged Data Type, Datatype, NVARCHAR, SQL Server, UNICODE, UTF, VARCHAR
4 Comments
How to Generate Insert Scripts for Existing Data
Let’s say you have a bunch of data stored in a table and you need to generate an insert script for each record. Maybe you need to save the scripts in source control or maybe you need the scripts to … Continue reading
Virtual PC and Windows 7
This morning while trying to spin up one of my Virutal PCs I ran into some peculiar error messages. In case the same thing happens to you, the workaround is pretty simple. When I opened Virtual PC and selected my … Continue reading
Prevent SSRS 2008 from Overwriting Datasets
Report development is one of my favorite areas of Business Intelligence and I have to say I’ve been fairly happy with the new interface for SSRS 2008. Except for when it comes to MDX queries. Off the top of my … Continue reading
Posted in SSRS
Tagged Dataset, MDX, Overwrite, Reporting Services, SSRS, SSRS 2008, SuppressAutoUpdate
2 Comments
SQL Server 2005 Installation Failures
Recently I was trying to install SQL Server 2005 on a workstation running Windows XP Professional SP3 and for some reason the installation kept failing. The first item in the list that failed was MSXML 6.0. After combing through the … Continue reading
SharePoint JavaScript Error: Library Not Registered
The other day one of my clients upgraded from Outlook 2003 to Outlook 2007. Since then, whenever she went to her company’s SharePoint site, she received the following error: ================================================================== Website error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows … Continue reading
Posted in SharePoint
Tagged DLL, JavaScript, Library Not Registered, MOSS, Office Diagnostics, Outlook, SharePoint
12 Comments
Adding Custom Components to SSIS
Below are the basic steps for adding custom components to SSIS; however, for more in-depth information I highly recommend reading Matthew Roche’s post about deploying and testing custom SSIS components. 1. Register the custom assembly in the Global Assembly Cache … Continue reading
The Path Specified Cannot Be Used At This Time
This morning I needed to check the properties for one of our SharePoint application pools so I logged onto the server and opened Internet Information Services (IIS) Manager. To my surprize the root was empty; it should have automatically connected to the … Continue reading
PPS Filters: Beware of Changing Keys
The other day I thought it would be fun to arbitrarily change the keys for all the members in one of my dimensions. Actually, there was a legitimate reason but after the fact I realized there was a much better … Continue reading