Configure & Install Ansible Server

Ansible

Install Ansible Here are all the steps needed to install Ansible and configure the system to run your ansible scripts or playbooks Validate Ansible Version Install Python Validate Python Version Enable WinRM for Windows Hosts Windows Host Configuration For Ansible to be able to connect to the Windows Host, host should be configured as well, […]

Read more >

Running Ansible on Windows

Ansible

Technically, Ansible cannot run on a Windows. However, it may manage Windows hosts. As a workaround Ansible can be run under the Windows Subsystem for Linux (WSL). Let me elaborate three ways to make this happen (I will cover one for now, however, will leave the other 2 for future): Microsoft store’s Ubuntu App Linux Virtual Machine on Windows Host Cygwin 1st Approach: Microsoft store’s Ubuntu […]

Read more >

Regain database Space

MS SQL

The last two articles help you identify where the issue is? this one will take you through step by step process of what one may do to regain the space occupied by the databases. Hence freeing some resources on the SQL server and improving the performance too. Identify and clean Log/Temp Tables Truncate/Delete the log […]

Read more >

Display data and log space information for each database – what’s eating up server space?

MS SQL

This thread outlines how to display data and log space information for all the databases in SQL Server. This will give you an insight into which database needs to be maintained or dropped to save space on your server. Connect to the Database Engine. From the Standard bar, click New Query. Copy and paste the following example into the query window and click Execute. one may uncomment a […]

Read more >

MS SQL Database Default Location

MS SQL

This may be useful if you have want to view or change the default location of the database files on an installed instance. View or change the default locations for database files In Object Explorer, right-click on your server and click Properties. In the left panel on that Properties page, click the Database settings tab. […]

Read more >