Viewing post 1 (of 2 total)
Hello again. I've managed to solve it.
It appears that the jdbc connection string in Squirrel is wrong.
It is: jdbc:sqlserver://[server_name]:[1433]
When it should be: jdbc:sqlserver://[server_name]:[1433];databaseName=[db_name]
Thanks,
Felipe
August 26, 2009 at 9:23 pm
#1045312