Tag Archives: sql

Windows Azure Cloud Costs Analysis

If you’ve ever tried to figure out what Cloud Hosting would cost, you may have thought, “wow, that’s complex.” I’m here to confirm that thought and maybe help out with the knowledge I gained from 4 days of back and … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Leave a comment

Intro to SQL # For Twitterizer

In this post we’re talking a little bit about an add-on tool for SQL called SQL #.  The idea is to give programmers useful functions in T-SQL and Enterprise Manager.  It is a library of CLR (Common Language Runtime) functions … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Convert a Blog Website into a SQL Data Dump

The challenge I faced: I wanted to catalog a blog site, format the content, and dump it into a SQL database to help out a buddy. Solution Miststep 1: I began to go down the road of using .Net’s WebRequest … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment