"Connecting to SQL Server"

mdrmdr Member Posts: 7 Contributor II
edited June 2019 in Help
Trying to connect to SQL Server 2008 using RapidMiner 5, DB Streaming task.
Can't seem to figure out the params for instance.
I am running locally with system authentication.

Any suggestions would be much appreciated.

Thanks.

mdr
Tagged:

Answers

  • fischerfischer Member Posts: 439 Maven
    Hi,

    did you already read the documentation for your JDBC driver? First Google hit is this one:

      http://msdn.microsoft.com/en-us/library/ms378428.aspx

    If you need driver parameters, you currently have to encode them in the URL.
    If it does not work, please let us know what you tried, otherwise we can't help :-)


    Cheers,
    Simon

Sign In or Register to comment.