Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have installed SQL Server 2005 in localhost on my computer. I've tried to parameter an Db Connections but Talend can not initiate the connection with SQL Server.
Also, when I define an connection with odbc, I made it working with a dynamic port, and I can insert data on the database with the generic components.
I saw that odbc can not be connect with SQL Server if i define the port with the default value 1433.
I need to use the MS SQL Server component for some option like create table, so does someone can help me to set the good parameter for SQL Server 2005.
Thank you
Tibal
Hi
The JDBC url of SQL Server is like "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=pubs".
For driver jar and class name, you can find it on Google.
Besides, it seems to be a bug when you are using Microsoft SQL Server DB type.
Regards,
Pedro
Hi
The JDBC url of SQL Server is like "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=pubs".
For driver jar and class name, you can find it on Google.
Besides, it seems to be a bug when you are using Microsoft SQL Server DB type.
Regards,
Pedro
Hi,
Please check whether the network connection for mssql server database is enabled.
Regards,
Kasthuri Rengan