After approximately 20 years, I finally found the meaning of ‘MZ’: the string that appears in the beginning of every DOS/Windows/.NET executable. It stands for “Mark Zbikowski“, the architect in […]

I just accidently gave .EXE extension to a file that was actually a .ZIP archive and tried to run it on Windows 7. What error do I get? Lo and […]

I am trying to build a simple web application based on grids. Like, have this widget occupy 1/3 of the screen on bottom, that one one line of large bold […]

I have just received an e-mail in my work inbox titled “calling all women of SharePoint”, that started with the words “Working in the male-dominated IT industry isn’t easy”. It […]

1. Filter() and IIF work funny in the columns hierarchy. Consider this: SELECT FILTER([MarketValue], [MarketValue] >1000) ON COLUMNS, [Region].[Region].[Region] ON ROWS FROM [MyCube] In this case the MarketValue in red […]

Deploying Reports Download code. In Part 2 we talked about deploying SSRS data sources. Now we are ready reports. Reports are deployed using rs.CreateReport() method. It accepts array of bytes […]

In Part 1 we discussed that in development environemnt we deploy reports by simply clicking “Deploy” in BIDS, but this won’t work in production. To deploy reports in production we […]