Windows shared folder Windows shared folder is a folder that has been configured to be accessed by multiple users over a network. When you share a folder on your computer, other users on the same network can access the files and folders inside it. You can set different levels of permissions for different users or …
Security rules Security rules in Oracle Cloud Infrastructure (OCI) allow you to specify inbound and outbound traffic rules for your VCN (Virtual Cloud Network). They operate at the subnet level and are used to control traffic flow between resources within the VCN, and between the VCN and the internet. Security rules components Security rules consist …
Scheduled task A scheduled task is a computer program or script that is scheduled to run at a predetermined time or when a specific event occurs. You can use the Task Scheduler in Windows to create and manage scheduled tasks. This can be useful for automating certain tasks or programs that you need to run …
Memory management One of the challenges while using Failover Cluster Instances (FCI) is to manage the memory of the SQL server in case of failover. In general, most SQL Server configurations do not require much attention to memory management beyond the initial configuration. However, Failover Cluster Instances (FCI) architecture is very different from others. Therefore, …
Take a read about real-live experience coming from SQL Server migration project I participated in. We migrated from SQL Server 2008 R2 standalone servers into SQL Server 2016 in Failover Cluster Instances (FCI). Watch the full presentation – Polish language only! Intro The environment is a private cloud dedicated to one application using SQL Server …
WinHTTP WinHTTP (Windows HTTP Services) is a set of programming interfaces that allows developers to create HTTP-based applications on the Windows operating system. It is used to communicate with HTTP servers, such as web servers, and can be configured to use a proxy server to access the Internet. Here is a code snippet that You …
Puppet on Windows To use Puppet on a Windows machine, you will need to install the Puppet agent software on the machine. This can be done manually or by using a package manager like Chocolatey. Once the Puppet agent is installed, you will need to configure it to connect to a Puppet Master server, which …