Ridiculous. I was staring at Visual Studio 2013 in disbelief, looking at the empty Toolbox thinking I missed an installation step, even though all the other functionality of SQL Server Integration Services (SSIS) was working just fine. After doing a little digging (this time Stack Overflow did not help), it turns out that SSIS has […]
Monthly Archives: October 2014
Smashing Magazine on Lo-Fi Prototyping
Many of my colleagues know that I like to do lo-fi prototypes since I can iterate so much faster on them, get a sense of whether it’s a good design choice or not. So, it was really nice to see this article on Smashing Magazine by
Using Temporary Tables in SQL Statements
Found this to be a really helpful tip from Using Temporary Tables in SQL Statements. I wanted to be able to quickly construct a temporary table within a stored procedure and this was just a super-simple set of examples to get that going. Hope others find it useful as well! Using Temporary Tables in SQL […]