sql server - What Registration Properties are needed to get Database Workbench up and running? -
i database workbench fan way back, bizarrely have not used quite awhile.
i downloaded trial version , trying "register server" first step.
the problem don't know use properties. need know:
alias host instance "use sql server authentication" checked: username password
i've tried guess way through needed where, nothing has worked.
i can connect database in (c#) code connection string: "server=platypussql42;database=duckbilldata;uid=youinnocentdog;pwd=contrasena;connection timeout=0";
and have tried these values:
alias: dbwbsqlserver host: platypussql42 instance: duckbilldata username: youinnocentdog password:contrasena
..and this:
alias: platypussql42 host: duckbilldata instance: username: youinnocentdog password:contrasena
...but both of them, get, "[dbnetlib][connectionopen (connect()).]specified sql server not found."
what values needed?
the instance not database in server connecting to. can have more 1 sql server running in same operating system. you're using default instance, don't use field or leave blank.
host: platypussql42 username: youinnocentdog password:contrasena
Comments
Post a Comment