Add a blog post

home  »  blogs  »  BrianKnight

Communifire Blogs

Blogs RSS Feed

BrianKnight : Most Recent postings

SQL Server 101 Webinar Series

2/22/2010 5:11:32 PM by BrianKnight   -   1 Comments   -   Views: 509

February SQL Server 101 Series New to SQL Server or trying to enter the field? This webinar series will walk you through the Microsoft SQL Server stack so that you can become a DBA or Business Intelligence (BI) developer. Registration Opens February 1st, 2010 and is limited to the first 1,000 people. Webinars traditionally fill quickly. Date and Time (All times EST) All sessions are free. Session and Speaker * (click book images take you to author bo...

Read More

SQL Saturday and PASS

2/2/2010 4:54:40 PM by BrianKnight   -   1 Comments   -   Views: 876

I wanted to post this letter that just went out from PASS. As it reads, Andy, Steve and I are excited to announce that we have gifted one of our prized brands, SQL Saturday to PASS to grow the brand with the community owning at a whole. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...

Read More

SQL Lunch Code - Scripting in SSIS

1/19/2010 1:27:25 PM by BrianKnight   -   0 Comments   -   Views: 563

Thanks for all who attended my SQL Lunch session! There was a few questions that reoccured. One was about the free components I showed. The free component was Task Factory and can be downloaded from http://www.pragmaticworks.com. The other was for the coding examples, which you can see here: Download the code examples !

Read More

SSAS MDX Year to Date (YTD) Calculation Example

12/18/2009 9:13:36 AM by BrianKnight   -   0 Comments   -   Views: 782

Often times, you want to analyze sales using a year to date view as shown below: While you can do this in an MDX formula in SSRS, you might find this calculation valuable enough to store a server-side calculation. To do this, you'll need to pick what date dimension or role playing dimension you want to slice this by. After you know that, you can use an MDX calculation as shown below for this:     Sum(YTD([Delivery Date].[Calendar].CurrentMember),[Measures].[Internet Sales Amount]) This will show...

Read More

Watch the BIDN.com Twitter Feed

12/17/2009 10:38:49 PM by BrianKnight   -   1 Comments   -   Views: 474

We're moving fast at the BI Developer Network (BIDN.com). In an effort to make sure you get your BI questions answered, we've installed a new twitter interface that if your question in our forums doesn't go answered after 2 days, it will escallated in a number of ways. We'll first feature your question in our newsletter and it will also be automatically be tweeted to http://www.twitter.com/bidn for any followers. Your question will be featured on twitter with a prefix of "BIDN User SOS" with you...

Read More

A Simple Twitter Console Application

12/17/2009 2:16:00 PM by BrianKnight   -   2 Comments   -   Views: 459

I've been working this week to automate the BIDN.com's twitter connectivity and to do so, decided to build a quick Twitter interface to communicate with BIDN.  I needed a simple console application that could be called via a trigger or a SQL Agent Job (my actual method). The entire application winds up only being a 50 lines of code or so. Essentially from a command line, you pass in your twitter account, password, the message and optional URL. If you pass a URL in, it will be converted to TinyUR...

Read More

The Need for More Data on Unknown Members

12/7/2009 7:50:35 AM by BrianKnight   -   1 Comments   -   Views: 424

As ETL developers, we typically lump anything that's NULL or something we can't find an ETL lookup match on to -1 or "unknown". We would first of course have to create an Unknown record in each dimension table then during the ETL attempt an INNER JOIN into the dimension table through a Lookup Transform or through a classic INNER JOIN. If a match could not be found, then it's branded as unknown or -1. On a recent project, a new need for unknown arose which I've seen in the past. This hardened my ...

Read More

MDX Example Code

12/1/2009 11:06:37 PM by BrianKnight   -   5 Comments   -   Views: 766

After promising a dozen people a dozen times that I'd do this, I finally posted my MDX examples that use during my sessions http://www.bidn.com/files/ . You'll need to have the AdventureWorks cube installed, which you can get from the CodePlex site here: http://www.codeplex.com/MSFTDBProdSamples . Once deployed, open Management Studio and open the MDX Example.mdx code. Each block of code is commented telling you why you're doing what you're doing. Make sure you go off script though and experimen...

Read More

Microsoft BI Video Resources

11/29/2009 11:27:01 AM by BrianKnight   -   2 Comments   -   Views: 583

I just stumbled upon a great resource for Microsoft BI believe it or not, on the Microsoft website. The first one is a list of short concise videos about how to implmement BI:   http://www.microsoft.com/events/series/bi.aspx?tab=videos   On the same site, you can also find a list of webcasts that are much longer (about an hour each) that offer a complete view of BI topic:   http://www.microsoft.com/events/series/bi.aspx?tab=webcasts   Don't be fooled by the original lists of webcasts. Click each...

Read More

BI xPress 2.0 Launch

11/13/2009 8:37:40 PM by BrianKnight   -   0 Comments   -   Views: 301

I'm excited to announce the new version of BI xPress 2.0. It has a new feature called a Package Builder. The Package Builder will allow you to capture components of SSIS into a template that you can reuse and deploy to hundreds of packages in seconds. You can also use some of the Package Builder to create a new package with one of our canned templates. This is one of many features in the new build! To see the recording of the launch event click the below link: https://www1.gotomeeting.com/regist...

Read More

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: