Joshua Posted May 13, 2021 Share Posted May 13, 2021 Hi I'm looking at getting data from created analysts but can't seem to locate the table where this is stored. Could you confirm where I would find last login date on the SQL server for the screenshot attached? 1 Link to comment Share on other sites More sharing options...
Guest Mary Posted May 13, 2021 Share Posted May 13, 2021 Hi @Joshua The Last time logged in is stored in the swanalysts table within the sw_systemdb database. Log on to Hornbill Core Services > Interactive SQL and run the following to obtain the details you require. Use sw_systemdb; SELECT Analystid, Name, LastLogOnTime from swanalysts; Link to comment Share on other sites More sharing options...
Joshua Posted May 14, 2021 Author Share Posted May 14, 2021 Amazing Mary! thank you very much! Link to comment Share on other sites More sharing options...
Joshua Posted May 14, 2021 Author Share Posted May 14, 2021 unsure if our old supportworks follows the same SQL table? I've done a search for SWANALYST but nothing in there, is it under a different table name in older versions? After rereading your comment I think it's for a Cloud hosted setup Skanska is running a on perm SQL DB. Link to comment Share on other sites More sharing options...
Steve Giller Posted May 14, 2021 Share Posted May 14, 2021 Hi @Joshua From the screenshot you appear to be looking at your MSSQL database, this is not where the data you require is stored. As Mary mentions above, you need to log on to the Supportworks Server itself and run the Interactive SQL console to access the sw_systemdb database, not the swdata database Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now