Category Archives: Database

How to run linux environment with LAMP on Windows WSL

Install Linux on Windows with WSL You can now install everything you need to run WSL with a single command. Open PowerShell or Windows Command Prompt in administrator mode by right-clicking and selecting “Run as administrator”, enter the wsl –install command, then restart your machine. wsl –install Restart and continue with setup  Before installing the first LAMP… Read More »

MSSQL Server – Enable or Disable a Server Network Protocol

Microsoft describes process of enabling or disabling a Server Network Protocol for MSSQL server as follows: Using SQL Server Configuration Manager To enable a server network protocol In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration. In the console pane, click Protocols for <instance name>. In the details pane, right-click the protocol you… Read More »