Tag Archives: SQLNewBlogger

Hey Posh, Are My Services Running?–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In a previous post, I looked at escaping strings. The reason I needed to do this was that I … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Escaping a Dollar Sign in PoSh–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ve been working more with PowerShell lately and ran into a problem I thought would be easy, but it … Continue reading

Posted in Blog | Tagged , , | 12 Comments

#SQLNewBlogger – T-SQL ESCAPE for Wildcards

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I ran into a really interesting issue recently. I was working with a table and wanted to determine if … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Creating a Logon Trigger–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Suppose you want to audit logins for your SQL Server instance. There are multiple ways to do this, but … Continue reading

Posted in Blog | Tagged , , , | 2 Comments