SSRS Subscription Error: Failure sending mail: The report server has...
So, when a SQL Server Reporting Services subscription gives you an error message like: "Failure sending mail: The report server has encountered a configuration error. Mail will not be resent." You know...
View ArticleWhere is vsdbcmd.exe in Visual Studio 2012!?!
Looking for your old friend vsdbcmd.exe in visual studio 2012? There's good news and bad news. The bad news is it's gone and it's not coming back. (see this MSDN thread if you don't believe me). The...
View ArticleSSDT VS 2012 – Bringing an existing database under source control
Alright! You are the hero of your database team! You've received the okay to start using SQL Server Data Tools to manage one of your existing databases. You think to yourself: "Within a few minutes...
View ArticleSSDT – The object reference differs only by case from the object definition...
Well here's a Visual Studio SQL Server Data Tools (SSDT) warning I haven't come across before. I suspect the problem occurs only when performing a join to an external database reference dacpac....
View ArticleSSDT – Pre and Post Deploy Script Markers And Flava Flav
I admit, this post is primarily to provide a place for me to copy and paste my own code, but it's so sweet I figured some of you other SQL Server Data Tool Users might find it handy. When...
View ArticleSSIS Export To UTF-8 or UNIX (or how to set your code page to output a flat...
As more and more companies are moving to heterogenous environments with both windows and unix systems the life of the Microsoft SQL Server developer is becoming much more interesting. For our recent...
View ArticleWhich code page for UTF-8?
If you're trying to export data in Windows to a UTF-8 format you may be wondering which code page you should use. Well the riddle is solved. Code Page 65001 is the equivalent of UTF-8. If you need to...
View ArticleSQL Server To GreenPlum MPP/Postgres Transition
I'm working with a team building a data warehouse using Pivotal's GreenPlum MPP (Massively Parallel Processing) database which is based on PostgreSQL. Although, all the data modeling basics transition...
View ArticleScheduling SSIS Packages With JAMS: Simple Not Easy
Scheduling SSIS packages to run via JAMS can be pretty tricky (especially compared to the plug and go of scheduling SSIS with the SQL Server Agent). Here are a few tips to get you started. Create a...
View ArticleSSIS: There Are Some Mapping Errors On This Path – Troubleshooting
Dear SQL Server Integration Services Team, Would it be possible to get a more specific error message than "There are some mapping errors on this path"? Your friend, Phil The tricky problem with this...
View ArticleTroubleshooting: SSIS error 0x00084005 “the parameter type cannot be deduced...
This is one scary looking error message: SSIS error 0x00084005 "the parameter type cannot be deduced because a single expression contains two untyped parameters @x and @P1" It's terrifying enough to...
View ArticleTroubleshooting: SSIS Unable to retrieve column information from the data...
As soon as I saw this error message I guessed the problem was related to using a temp table. What was surprising was that the error message actually said this but I didn't realize it until by chance I...
View ArticleSQL Server T-SQL To GreenPlum PostgreSQL Syntax Cheat Sheet
Learn Hadoop, MapReduce and BigData from Scratch at udemy.comHere's a quick translation from SQL Server's T-SQL to Pivotal's MPP GreenPlum PostgreSQL for some of the most commonly used syntax (i.e....
View ArticleHow To Set Variables Using The SSIS Execute Package Utility
Learn Hadoop, MapReduce and BigData from Scratch at udemy.comYay! Theres a GUI to execute SSIS packages! Boo! It's really hard to figure out how to pass variables through it! You may have seen a...
View ArticleHow Do I Figure Out My SSRS ReportServer URL If It Is Not The Default?
You can write SQL which outperforms and is bug free. Get your copy of my SQL Best Practices and start writing the SQL which sails through code reviews. Cost? Pay what you want :) Student or just...
View ArticleFind Your SSRS Target Server URL
You can write SQL which outperforms and is bug free. Get your copy of my SQL Best Practices and start writing the SQL which sails through code reviews. Cost? Pay what you want :) Student or just...
View ArticleEasy SQL Server Snapshot Script / Proc
Man!!!! Why is the code to create a database snapshot so ridiculously complicated? Actually, I guess I understand why but how about allowing it to be done through SSMS and then setting a bunch of the...
View ArticleSSRS: Parse parameters column from ExecutionLog
Ever worked on a quick little project, come across what you assume is a common need and think "I'll just google up some code that someone else has written and then be off to the races"? Have you done...
View ArticleTableau – Parse Parameters From URL
Well, file this under "just because you can doesn't mean you should." Search the forums on parsing strings with Tableau and you'll find a lot of guidance which pretty much says "don't do it!" and...
View Article