Tag Archives: security

Code I Can’t Live Without–T-SQL Tuesday #104

Bert Wagner has a good invitation this month, a T-SQL Tuesday question about code, specifically code you can’t live without. I’ve got my thoughts below. This is a monthly blog party, and you can participate. Write a post on this … Continue reading

Posted in Blog | Tagged , , | Comments Off on Code I Can’t Live Without–T-SQL Tuesday #104

Setting Up Pi-Hole.Net

I saw a tweet a short time ago from Drew Furgiuele about pi-hole.net. He noted this was a near use of a Raspberry Pi, and I wanted to give it a try. I got one awhile ago, and used it … Continue reading

Posted in Blog | Tagged , , , | 4 Comments

Republish: The Opportunistic Hacker

Still in Ireland: The Opportunistic Hacker.

Posted in Editorial | Tagged | Comments Off on Republish: The Opportunistic Hacker

Getting All Users

I saw someone that wanted to get all users from all databases on their instance. Seems like that ought to be simple, right? The user wanted to use sp_MSforeachdb to query users, but wanted a single result set for all … Continue reading

Posted in Blog | Tagged , | Comments Off on Getting All Users