News

Sometimes you become the accidental DBA, or you are the DBA by choice. Either way, you can choose to spend time working in SQL Server Management Studio (SSMS) to look at things such as backups or the ...
Customizing PowerShell for SQL Server. To wrap up this series of PowerShell articles, let's take a look at a few tips and tricks for working with PowerShell in SQL Server on a regular basis.
Posey's Tips & Tricks. Using PowerShell To Back Up SQL Server Express Edition. By Brien Posey; 06/13/2025; For as long as I can remember, I have always configured the computers within my own ...
PowerShell is one of the coolest new things to come out of Microsoft in a long while, and it’s going to do more for server admin than anything else. That doesn’t mean, though, that it’s ...
So, I want to write a PS script to do what I thought was something fairly simple: Foreach Thing in Things { Read about Thing from a table in a database Do some stuff with the info you read Write ...
I’ve created a script that monitors a table in a SQL Server database. I’m only interested in one column in the table: TimeStamp. If the maximum (newest) value in TimeStamp is more than 30 ...
PowerShell vs. SQL Server Management Studio. When I (along with many other people) had a lot of trouble trying to install SQL Server Management Studio in an attempt to switch from the SQL Server 2008 ...