News

Joey on SQL Server How To Automate Tasks in Azure SQL Database Knowing how to automate tasks in the cloud will make you a more productive DBA. Here are the key concepts to understand about cloud ...
How to Find All Scheduled Jobs in SQL. Microsoft's SQL Server database software includes a job scheduling system which lets you perform routine business activities such as reporting and database ...
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
PowerShell How-To How To Save and Read Sensitive Data with PowerShell If you deal with private data, automate how you access it with this handy tip. By Adam Bertram 07/20/2017 ...
How to Write a CMD Script. A CMD script allows you to perform multiple Windows operations just by double-clicking the CMD script file. The operations that you want the CMD file to perform are ...