Does anyone have a connection string example for using RODBC and connecting to MS SQL Server 2014.
If I use below connection string works fine for SQL Server 2008 but not for 2014
library(RODBC)
connectionstring <- odbcDriverConnect('driver={SQL Server};server=Serveraname\\Instance name,PortNumber;database=database name;uid=username;pwd=password;')