Hi,<\/p>\n
I need to find a specific user account that was created by this application in an SQL DB.<\/p>\n
Thanks in advance.<\/p>","upvoteCount":3,"answerCount":13,"datePublished":"2016-10-27T16:05:05.000Z","author":{"@type":"Person","name":"johnharris0933","url":"https://community.spiceworks.com/u/johnharris0933"},"acceptedAnswer":{"@type":"Answer","text":"
Select *\nFrom [tablename]\nwhere [columnname] = '[username]'\n<\/code><\/pre>\nWith what you have given us, that is about as good as I can do<\/p>","upvoteCount":1,"datePublished":"2016-10-27T16:47:43.000Z","url":"https://community.spiceworks.com/t/sql-query-to-find-specific-user-in-db/535988/11","author":{"@type":"Person","name":"davidr4","url":"https://community.spiceworks.com/u/davidr4"}},"suggestedAnswer":[{"@type":"Answer","text":"
Hi,<\/p>\n
I need to find a specific user account that was created by this application in an SQL DB.<\/p>\n
Thanks in advance.<\/p>","upvoteCount":3,"datePublished":"2016-10-27T16:05:05.000Z","url":"https://community.spiceworks.com/t/sql-query-to-find-specific-user-in-db/535988/1","author":{"@type":"Person","name":"johnharris0933","url":"https://community.spiceworks.com/u/johnharris0933"}},{"@type":"Answer","text":"
Are you talking about a SQL Server user account or an application-specific user account? Also, which application are you referring to?<\/p>","upvoteCount":0,"datePublished":"2016-10-27T16:10:54.000Z","url":"https://community.spiceworks.com/t/sql-query-to-find-specific-user-in-db/535988/2","author":{"@type":"Person","name":"jplesage","url":"https://community.spiceworks.com/u/jplesage"}},{"@type":"Answer","text":"