"Connecting to SQL Server"

mdr
mdr New Altair Community Member
edited November 5 in Community Q&A
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

  • fischer
    fischer New Altair Community Member
    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