EduGeek Logon Tracker Thread, SQL Server Details in Projects:; Hi, Im having some trouble with the Edugeek Logon Tracker.
Every time i run the script i get this error ...
I'm a big fan of using SQLCMD to troubleshoot login issues, as it takes your code/application out of the equation. So for example, you can test that you've got a valid login and that your database is accesible by using a command like:
You can do this from the server's command line to test that the login is valid, or for full effect test from a client PC (that has SQLEXPRESS or better installed) and also test the connectivity. If it's successful you get a rather low-key prompt 1>
If you're wanting to use Windows authentication then things get a little livlier - I don't know enough about the app to know if it supports it, sorry.