Getting Started with SQL Server Data Tools (SSDT)

As you know, I have been working for Magenic for over 5 years now.  One of the initiatives that we have at our company is to have company blog in addition to many consultants having their own blogs.  You can check out Magenic company blog here. I recently wrote a post on SQL Server Data …

Continue reading ‘Getting Started with SQL Server Data Tools (SSDT)’ »

2012 for Microsoft Developers

In this post I want to summarize the tools and technologies that will be coming up in 2012 from Microsoft.  All of these is public knowledge, but I wanted to outline the technologies that excite me the most.  There are some conjectures and opinions of course, and some educated guesses.  I am going to include …

Continue reading ‘2012 for Microsoft Developers’ »

Getting Started with SSRS on Azure

In this post I will describe how to get started with running SQL Server Reporting Services on Azure.  SSRS on Azure is now in beta stage, but anyone can give it a whirl.  First of all, activate the service and create new report server.  When you are on management portal, click on Reporting link (see …

Continue reading ‘Getting Started with SSRS on Azure’ »

Using SSRS In ASP.NET MVC Application

In this blog I will describe my ideas on how to integrate SQL Server reports in ASP.NET MVC applications.  I would like to have as seamless of an integration as possible given the constraints in place.  For example, the only web based report viewer for SSRS is the one that has been shipping with Web …

Continue reading ‘Using SSRS In ASP.NET MVC Application’ »

Entity Framework Thoughts

I have been thinking for a little while about the future of Entity Framework, feature set on the horizon, and trying to ascertain where I would like to concentrate my next “free time” project. If you have not been keeping up with Entity Framework, please read the last few posts on the Entity Framework design …

Continue reading ‘Entity Framework Thoughts’ »

Selecting Comma Delimited Data From SQL Server

Today I had to accomplish the following task.  I had to create a report that selects data from primary table and also selects data from a related table , comma delimited into a column on a report.  I keep bumping into this problem periodically, but always have to research the solution.  Today I am documenting …

Continue reading ‘Selecting Comma Delimited Data From SQL Server’ »

Getting Started with PowerPivot

Last week I took a stab at creating my first PowerPivot spreadsheet, and I wanted to document the steps.  Maybe this post will help someone, but it will help me remember, that is for sure! Before you get started, you will need to download all the software required.  Here is my list: Office 2010 Beta …

Continue reading ‘Getting Started with PowerPivot’ »