Useful tips for everyday
Should you password protect SSH keys? Everyone recommends that you protect your private key with a passphrase (otherwise anybody who steals the file from you…
How do I monitor my Kubernetes cluster with Prometheus and Grafana? Connect to the cluster and start following tutorials. Step 1: Creating Monitor Namespace. Firstly…
Can you use Ansible for CI CD? Ansible is a powerful tool for IT automation and can be used in a CI/CD process to provision…
How do I stop a scheduled job in SQL Server? Using SQL Server Management Studio In Object Explorer, connect to an instance of the SQL…
How can use live query statistics in SQL Server? To view the live query execution plan, on the tools menu click the Include Live Query…
How does Windows Server always on availability groups work? Always On availability groups relies on the Windows Server Failover Cluster (WSFC) to monitor and manage…
How to implement an effective it ticketing system? There are several online programs that provide services to accomplish this, from simple intake software to more…
Which database model is used in MySQL? MySQL databases are relational. The database structures are organized into physical files optimized for speed. The logical model,…
What is invoker and definer in Oracle? To enable code to run with Invoker rights, an AUTHID clause needs to be used before the IS…
How do I see all SQL Server instances? All of the instances installed should show up in the Services Snap-In in the Microsoft Management Console.…