I am trying to connect from a Java app to a SQL Server 2008 database, in Eclipse. So far I have tried using SQL Explorer and the latest JDBC drivers from Microsoft, but I haven't had any luck so far. Are there more effective ways of connecting to SQL Server 2008 from a Java app?
Thanks