News

If you ever need to sort character strings stored in SQL Server fields, check out this demonstration of how to write a common sorting algorithm using SQL Server TSQL code.
Back in 2016, when Microsoft announced that SQL Server would soon run on Linux, the news came as a major surprise to users and pundits alike. Over the ...
In a previous article, I talked about getting started with managing SQL server using PowerShell and the Server Management Objects (SMO). While that was mostly spent making the connection and doing ...
By using PowerShell and by taking a shortcut and using an existing MySQL module, you can make this happen. To query a MySQL database, I'm going to assume you already have a Windows MySQL server and a ...
This is completed with the command: docker run --name=mysql01 -d mysql/mysql-server:latest In the above command, I’ve named my container mysql01. You can name your container whatever you like.
Organizations can use SQL Server to reduce downtime, manage and secure databases, and discover patterns in mission-critical information to improve business intelligence. To rebuild a corrupted ...