Tag Archives: sql server

Attaching All Databases with PowerShell – The Overview

TL;DR Script is here: Git Hub Powershell Scripts. It’s the attachdbs.ps1 and will attach all databases in a folder to a SQL Server instance, if they don’t exist. I wrote a PowerShell script recently to actually accomplish a task I … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Attaching All Databases with PowerShell – The Overview

The Development Backup

Have you ever had a development server crash? Have you lost work because of this? Had delays or had to recreate code? You shouldn’t, or at least you shouldn’t lose much work or time.. There was a time when I … Continue reading

Posted in Editorial | Tagged , , | Comments Off on The Development Backup

Filetable–Nesting folders and files

In previous posts I showed how to create a folder in a Filetable and also how to the create (and move) files into the subfolder. However I didn’t repeat that and wanted to test the ability to actually nest things … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Filetable–Nesting folders and files

No Handwaving Away the DBA

There’s a great quote I read, at the end of this article. It says: “…if you think that switching to NoSQL will just let you hand-wave away all of the challenges of running a database, you are terribly misguided.” The context … Continue reading

Posted in Editorial | Tagged , , , , | Comments Off on No Handwaving Away the DBA