News

SQL Advisor Query SQL Server with PowerShell Get the right information on your SQL Servers via the Get-Service cmdlet. By Joshua Jones 03/10/2011 Last time, I discussed how to get PowerShell and SQLPS ...
Figure 1. Exploring the Northwind database with the SQLIse object explorer. It doesn't have the exact same capabilities as its SSMS counterpart (such as right-click functionality to run queries, and ...
When I (along with many other people) had a lot of trouble trying to install SQL Server Management Studio in an attempt to switch from the SQL Server 2008 R2 evaluation to the free Express version, I ...
In-Depth Creating Azure SQL Databases with PowerShell and Azure Resource Manager Templates Microsoft's premade templates allows for the deployment of SQL databases without having to use complex ...
I’ve created a script that monitors a table in a SQL Server database. I’m only interested in one column in the table: TimeStamp. If the maximum (newest) value in TimeStamp is more than 30 ...