Category Archives for SQL
Connecting to a SQL LocalDb instance
If you haven’t heard, one of the things that is new in Visual Studio 2012 is a new version of SQL Express for local development. So when you are editing a SQL script and you need to connect to a … Continue reading
Using WebMatrix to Build a Node.js Application That Targets SQL Azure
Mixing and matching Microsoft and non-Microsoft technologies has never been easier and in this post, we going to do just that. We’re going to build a Node.js application that serves up data from SQL Azure using a REST endpoint. We’ll … Continue reading