java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver> When connecting a SQL server through Selenium webdriver(eclipseIDE), running as a background window service(although connection is a success in the foreground)
OS:Window server 2012.... sqljdbc4-2.0.jar path is included in the classpath..... Window Firewall is off..... Running a batch file as a window service which is calling a testng.xml to execute classes.....Even tried by including the sqljdbc4-2.0.jar path in PATH(system environment variable)....