SQL ServerSQL Server: PowerShell export and import with BCP
Hey hey folks, how about some SQL Server today? 👀 Like every good DBA, we often run into the need…
SQL ServerHow to enable the slow query log in SQL Server?
How to capture slow queries in SQL Server? If you come from the MySQL, PostgreSQL or even Oracle world, you…
OCIHow to upload a SQL Server backup to an OCI bucket.
Backup safety is one of the main pillars of database administration. Keeping an external copy guarantees data recovery in case…
SQL ServerEnabling encryption for a SQL Server database (TDE)
We recently had a request driven by LGPD, where we had to enable encryption at the database layer on a…