Using SQL Server R Services To Connect R To SQL Server

Yesterday, we looked at ways to connect R to SQL Server using RODBC.  Today, we're going to take a look at how SQL Server 2016 is going to make R processing a little bit easier. Warning:  Time-Sensitive Material Hey, so this blog post is written for SQL Server 2016 CTP 3.  If you’re a time…

Advertisement

November’s TriPASS Meeting

This month's TriPASS meeting will feature Mark Gordon, covering database backups on Tuesday, November 17th at 6:30 PM.  It's an introductory-level session, but Mark gave it at SQL Saturday Raleigh to great effect. TriPASS meetings are always free.  Sign up through the Meetup page.  If you're in the RTP area, come check it out.

Miata Paid Off

Yesterday marked the last payment on my new Miata.  My original plan was to pay upfront with a cashier's check, but the check arrived a few days too late, so I ended up doing a payment plan. Strangely, the loan provider's website limited my payments to 3x the monthly payment, and only allowed me to make two…

A tale of three games

What with the dissertation and other various and sundry responsibilities, I've dialed back my gaming somewhat. There have been three games that I have been playing, so here are some quick notes on them: -- The Witcher Enhanced Edition (PC). The Witcher is an RPG, but it's an action RPG like Skyrim or Fallout. The publisher…

R And The Housing Market

Last month, at SQL Saturday Charlotte, I had the opportunity to meet Kiran Math, who gave a great talk introducing R to SQL developers.  His talk was the basis for my blog post on dplyr and TidyR, and I want to walk through his housing market example in some detail here.  A lot of this…

Visual Studio Database Test Extensions

I introduced a new project last night:  Visual Studio Database Test Extensions, or VSDBTestExtensions.  You can get the code from Github. What Is This? The short version of this project is that it makes Visual Studio database test projects a little bit better, making it easier to compare result sets.  This is very helpful when refactoring code, testing…