Left-Handed Redheads of MySql
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 […]
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 […]
I was sending some debug output from my CLR stored procedure via SqlPipe.Send() method, and suddenly I received this exception: System.ArgumentException: Message length 4474 exceeds maximum length supported of 4000. […]
If they tell you the machines will outsmart us very soon, don’t believe it. Here’s why. Tonight I was trying to add “Unity” dependency injection framework to my .NET 4 […]
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 […]
So, you built your shiny and flashy SSRS report, and you hit “Deploy” in BIDS, or “SQL Server Data Tools” in newer versions. Your UAT is a breeze, and everything […]
feels like I am trying to download a semi-legal DVD-copying software. It starts simple enough: just go to this page. Shows a list of things to download, it does not […]
I needed to create a script of medium complexity that goes along these lines: 1. Take a list of databases. 2. Each database has an SVN folder, list of files […]
Long story short: if you are building an SSRS report in Microsoft BI studio, and if that report has parameters, you cannot customize the automatically generated MDX query. If you […]