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.
Developers like to code. They declare variables, write methods and integrate classes together. What developers aren't big on is configuration. It's a hassle to configure an application so that it can ...
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 ...
Why write SQL queries when you can get an LLM to write the code for you? Query NFL data using querychat, a new chatbot ...
In SQL Server Management Studio (SSMS), you can see the SQL Server database state. Alternatively, you can use T-SQL commands to verify your database status. You can use the DATABASEPROPERTYEX function ...
OpenAI’s new tool sped up my work and wrote entire pieces of software from a simple prompt. But it might riddle the internet with even more bugs.
GitHub’s CodeQL is a robust query language originally developed by Semmle that allows you to look for vulnerabilities in the ...
If you want to install Oracle SQL Developer on your Windows computer for free, check if you meet the requirements and then go through the instructions mentioned here.
We have an ancient AS/400 730 system that still houses some old budget/financial data. We'd like to decommission this box, and migrate the data to a SQL server. The data won't be modified or ...