Finding columns with null values in your Database

There are a lot of reasons to want to find the columns with nulls in your SQL Server Database.   For me the main reason is that when processing a SQL Server Analysis Services cube with null values can cause some big problems.      Are you also been trying […]


Google Plus

Google+ API Search with C# 5

Have you been trying to connect your website or application to Google+? Do you want to show a search for users or postson Google Plus?   If you are you trying to work with the Google+ api in C# .net I might be able to help.   Lets have a […]


Google Drive API with C# .net – Download 59

Have you been trying to connect your website or application to Google Drive?  Would you like to see a list of files or a list of Directories stored on Google Drive?   Would you like to Upload a file to Google Drive or download a file from Google drive using […]


Google Drive API v2 with C# .net – Upload 130

An updated version of this tutorial for Google Drive API V3 can be found How to upload a file to Google Drive with C# .net (Updated 2021). I recommend switching to Google Drive API v3 and not using this tutorial. Have you been trying to connect your website or application […]


Google Plus

Google+ API Get with C# 25

Have you been trying to connect your website or application to Google+? Do you want to get a User, Post or Comment?  Are you trying to work with the Google+ api in C# .net? Lets have a look at that now? Three part Tutorial Series Google+ API List with C# –  List […]


Google Plus

Google+ API List with C# 3

Have you been trying to connect your website or application to Google+? Do you want to show a list of your most recent posts on Google plus? Are you looking for a list of people someone has in there circles on Google Plus?  Are you trying to get back a list […]


Google Analytics

Google Analytics can return gziped data

Get gZip Google Analytics Data As part of my recent Google Analytics documentation digging, I ran across something I hadn’t seen before.     The Core Reporting API can return data zipped.     Using gzip An easy and convenient way to reduce the bandwidth needed for each request is […]


Google Analytics

SSIS Data reader for Google Analytics 25

[wp_ad_camp_3] The TARGIT Google Analytics SSIS task was a project I was in charge of at TARGIT. The company discontinued the project. There will be no support or further releases of the task. I recommend anyone using the TARGIT Google Analytics SSIS package find a new option. I have asked […]


Google API Error List 4

There are only a handful of Errors that get returned when using the Google APIs.   Most of them are Open Authentication (Oauth / Oauth2) related.      I am going to build a list of the errors and their probable causes and possible solutions. [wp_ad_camp_3] Open Authentication Errors invalid_grant […]


Mirror API With C# 13

Have you wondered how Google Glass works?  Have you assumed as I did that because Google Glass starts with Google that you are going to have to learn android in order to develop for it?   I have some good news for you, if you can make a HTTP post with […]