Viewing 6 posts - 1 through 6 (of 6 total)
Just to add an update to this, SSIS 2016 now has an ODBC Source which is found in the "Common" grouping in the SSIS toolbox 🙂 Don't forget that SSDDT...
June 23, 2016 at 5:58 am
Michael Meierruth (2/25/2016)
I drove into this contest with immense passion and I remember doing lots of things...
February 25, 2016 at 7:14 am
nick.dale.burns (12/7/2015)
December 7, 2015 at 11:11 am
kevin 19285 (12/7/2015)
December 7, 2015 at 10:06 am
Full working code to directly query the server. Just fix the connection string for your environment 🙂
install.packages("ggplot2")
library(ggplot2)
install.packages("reshape2")
library("reshape2", lib.loc="~/R/win-library/3.2")
install.packages("RODBC")
library("RODBC", lib.loc="~/R/win-library/3.2")
#load data
query <- "select
object_name(ops.object_id) ...
December 7, 2015 at 10:05 am
My area of improvement next year is to improve my skills in the BI sector. I am going on the MCTS BI course in January and hope to continue my...
December 31, 2009 at 2:49 am
Viewing 6 posts - 1 through 6 (of 6 total)