5

I've recently downloaded the CTP for SQL Server 2016 in order to get a grasp with the integration of the R language with SQL Server.

I haven't been able to find any resources/documentation on the topic as of yet.

Has anyone else had any joy with it?

Thanks

chicks
  • 2,393
  • 3
  • 24
  • 40
Dataoverride
  • 103
  • 5
  • While it's certainly annoying, such broad requests for documentation are off-topic on StackOverflow. These requests cannot have a definitive answer. CTP versions especially do not represent a mature technology and their documentation will be in a state of flux. – MSalters Sep 07 '15 at 19:32

2 Answers2

4

I've been researching this as well and here are my findings.

As of 2015-08-19

  • During Microsoft Ignite conference (2015), Lindsey Allen demo'd R integration in the new SQL Server 2016. Link

  • The feature is not yet ready in CTP 2. This is discussed here.

  • Books online for SQL Server 2016 Books Online

Please update me with any new information you come across!! Thanks.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
sam yi
  • 4,806
  • 1
  • 29
  • 40
2

R is available on SQL Server 2016 CTP 3.

user3744961
  • 53
  • 1
  • 7
  • Is this true for **all** versions of R (RRO as well as the 'standard' R) or exclusively for the commercial R entrerprise version? – davidski Feb 16 '16 at 14:40