Paul Sturrock wrote:For developing yes, for production, no.
For production which is the edition I need to use?
Paul Sturrock wrote:
I'm going to guess you mean the Microsoft supplied JDBC driver? In which case MSDN will have the online instructions, but I think you also get the help files installed when you install it (this suggests you do anyway).
I am planning to use "jtds" driver in java to connect to database using JDBC ,as per my requirement. But it needs url(containing DB location,port and driver), username and password to connect to the the database installed in my system. I am unable to find them. can you please suggest me where can I get these from SQL installation?
Thanks.