by David | Jul 29, 2021 | Best Practices, Cloud, Performance, SQL Server, Storage, Technology
I’m thrilled to have recently released a video with Microsoft’s Data Exposed on Channel 9 where I discuss setting up Linux storage appropriate for on-demand disk expansion for your production SQL Server on Linux workloads. I’ve been working with...
by David | Jan 15, 2018 | SQL Server, Technology
Next in our SQL Server on Linux series is one important question. On Windows, if you’re about to run out of space, you get your VM admin / storage admin to expand one or more of your drives, and you go to Disk Management and expand the drive with no downtime....
by David | Aug 8, 2017 | Best Practices, SQL Server, Technology
One of the challenges with any SQL Server business continuity strategy is backing up your databases and logs on a frequent basis. With Windows, we’ve known how to accomplish this for years. But, with SQL Server on Linux, you can accomplish the same task with...
by David | Jul 27, 2017 | Best Practices, SQL Server, Technology
In the last blog post, we added additional drives to the SQL Server machine so that we can scale out our storage workload. Let’s move the tempdb objects to one of these new drives! By default, our tempdb files are in the system database folder at...
by David | Jul 24, 2017 | Best Practices, SQL Server, Technology
One of the biggest differences with managing SQL Server Linux is with drive presentation. With Windows, we’d all scream if we saw a SQL Server with just one drive (C:) and everything piled on it. The same goes for any other operating system, including Linux....