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 ...
If you’ve ever had a need to SSH into a Windows machine, Jack Wallen shows you how to make that possible with the help of PowerShell. Using SSH to remote into a Linux server is incredibly easy. Even ...
Open the Server Manager and click on Manage > Add Roles and Features. Then, choose the Role-based or feature-based installation option and click the Next button. Next, choose the desired server from ...
BitLocker is a security feature that helps you encrypt your drives. Whether it is your hard drive, an external USB drive, or multiple hard drives, you can encrypt them with BitLocker. You can find ...
PowerShell is a scripting language and an automation and configuration management framework built on the Microsoft .NET Framework. PowerShell is installed by default on Windows Server 2016 and Windows ...
One way that organizations are storing data in the cloud is by moving their databases to the cloud. What once meant building an entire physical server, patching it, installing software like Microsoft ...
PowerShell Core is available to Windows clients, as well as macOS and Linux devices. Learn how to install Microsoft’s PSC on these operating systems. Through the years, Microsoft has made inroads in ...
There are lots of ways to create MSSQL databases via PowerShell. We could invoke a T-SQL query using the CREATE DATABASE term, we could write some code to use the [Create() method with SMO] or, if ...
I've been working with SQL Server for over 20 years now, Generally, I limit my tools to the things I might expect to find in a given client environment. My toolbox typically includes the tools that ...