Tag Archives: SQLNewBlogger

Rebooting Ubuntu Linux from the Command Line–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Since SQL Server 2017 is now out, and Linux is an option, I thought I’d write a bit more … Continue reading

Posted in Blog | Tagged , , | Comments Off on Rebooting Ubuntu Linux from the Command Line–#SQLNewBlogger

WAITFOR isn’t a function–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I needed to delay the execution of some code the other day. This was a test that was trying … Continue reading

Posted in Blog | Tagged , , | Comments Off on WAITFOR isn’t a function–#SQLNewBlogger

Enabling Database Containment for an Instance – #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is also a part of a basic series on git and how to use it. I wanted to … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Enabling Database Containment for an Instance – #SQLNewBlogger

Getting a New R Package–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I was trying to test an R script the other day and got this: > library(randomForest) Error in library(randomForest) … Continue reading

Posted in Blog | Tagged , , | Comments Off on Getting a New R Package–#SQLNewBlogger