Tag Archives: SQLNewBlogger

Finding the First Day of the Year–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. While working on the question from Monday, I had to do a bit of date math. I remember this … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Searching dbatools–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I learned something new about dbatools. That’s using the Find-DbaCommand cmdlet, which is handier than Get-Command. I’ll show you … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Searching dbatools–#SQLNewBlogger

Saving PowerShell Results to the Clipboard–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Working with results and manipulating them is always something I struggle with a bit in PowerShell. I’ve slowly been … Continue reading

Posted in Blog | Tagged , , | 7 Comments

Changing Case in SSMS–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I never knew I could change case for objects in SSMS easily. This actually was something that another individual … Continue reading

Posted in Blog | Tagged , , | 2 Comments