PowerShell 6 (PowerShell Core) finally ships with SSH support: you can use SSH to connect to non-Windows machines for PowerShell remoting...
database-tools
Managing Lenovo BIOS Settings (Part 4)
In the previous tip we showed how you can read and change BIOS settings for Lenovo computers. This was the code to disable WakeOnLan, for example:...
Five reasons SQL Server health checks are life savers
SQL Server health checks have garnered a great deal of notoriety over the last five years. What was initially a niche offering more than ten years...
How can DevOps help database teams improve software delivery?
DevOps Research and Assessment (DORA) published a detailed report on the state of DevOps entitled "Accelerate: State of DevOps 2018: Strategies...
Managing Lenovo BIOS Settings (Part 3)
In the previous tip we explained how to manage Lenovo BIOS settings from PowerShell. Typically, there are single settings that need to be managed....
Amazon and VMware accelerate Hybrid Cloud partnership
While it is true that “Winter’s Coming,” the more sizable wave of impact rolling over data center management is the continuing...
September #SQLChat: Automation in SQL Server – How to Work Only 40 Hours a Week
Automation in SQL Server - the one thing that can salvage the sanity of the DBA. While automating backups and maintenance processes is common place...
Managing Lenovo BIOS Settings (Part 2)
Managing Lenovo BIOS Settings (Part 1)
There is unfortunately no standardized way of managing BIOS settings for computer vendors. Each vendor employs proprietary approaches. For Lenovo...
What is NoSQL and Why Should I Care?
Many database professionals have historically worked with traditional relational database management systems (DBMS) such as Microsoft SQL Server,...
Exploring PowerShell Modules
Most cmdlets and functions are part of PowerShell modules. If you’d like to explore where exactly these commands come from, here is an easy...
Announcing the GA Release of SQL Secure 3.2
We are excited to announce the release of SQL Secure 3.2. SQL Secure is an auditing and security tool for SQL Servers. It helps identifies...
Apply to the IDERA ACE Program Today!
There’s only a few weeks left to apply to the IDERA ACE program! The search has begun for the 2018 - 2019 IDERA ACEs. Do you have a passion...
Locking Workstation
If you’d like to lock the current workstation from within PowerShell, you can take advantage of the fact that PowerShell can run executables....
Top SQL Server Backup mistakes and how to avoid them
Backing up SQL Server databases is one of the most critical tasks that database administrators perform in their SQL Server environments every day....
Detecting WinPE
PowerShell can run inside WinPE environments. If you’d like to detect whether your PowerShell script runs inside a WinPE environment, you can...
Building Blocks for Visualizing Business Intelligence using Aqua Data Studio
When providing analytic reports to Senior Management, there are many approaches that can be taken to create these necessary building blocks for...
Extract Specific Files from ZIP Archive
Starting with PowerShell 5, cmdlets like Extract-Archive can extract the content of ZIP files to disk. However, you can always extract only the...
How to comprehensively manage SQL Servers on-premise and in the cloud
The volume, velocity, and variety of data is ever-increasing. At the same time, data is becoming ever more critical to the growth of organizations....
Dumping ZIP Archive Content
PowerShell comes with new cmdlets like Extract-Archive that can extract (all) files from a ZIP file container. However, there is no way to just list...
Does Database or Version Matter?
I’m sure you’ve heard the saying, “Never discuss politics or religion in polite company”. That’s good advice. This...
Validating Variable Content
Beginning in PowerShell 5, you can assign a validator to a variable. The validator can take a regular expression, and once you assign new values to...
Using Profile Scripts
PowerShell by default “forgets” most settings on restart. If you’d like to “keep” settings, you use a profile script....
Introduction to Windows Azure SQL Database
Many organizations are adopting the cloud computing as their primary computing environment, and others find ways to use Microsoft Azure to enhance...