I want to make talend metadata dbconnection with repository I have entered these as credentials
- Login: sa
- Password: ******
- Server:
Localhost\SQLEXPRESS
- Port: 1433
- Database: mydb
- Additional Parameter: instance=SQLEXPRESS
but I get an error of unknown server host name localhost\sqlexpress
, as I already connected to SQL Server Management Studio with these credentials.
Any suggestion would be appreciated.
Thanks