Recently Updated Pages
MsSQL - Export Stored Procedures and Views to Files
Use the Generate Scripts tool in SSMS: Right Click Database in Object Explorer. Tasks -> Gene...
Linux - How to Increase the size of a Linux LVM by adding a new disk
Important Notes: Be very careful when working with the commands in this article as they have the ...
Kiwiplan - Costing
SFL Services LLC can help you revamp or configure your cot model Contact us to get timing and co...
DataGrid - Working with Cells and Rows
void dataGridView_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { //...
Kiwiplan - KDW Data Warehouse
Introduction The document assumes that you have the server build with a Kiwiplan environment. T...
Linux - Setting up a Logging Server
Summary This is to setup a logging server to capture logs from any servers on your network. Pre...
Microsoft - Add DNS GPO
use the settings in the group policy itself to do this. Computer Configuration > Policies > Admi...
Windows - Time Zone and Language Group Policy
Configuring the time zone using Group Policy Supported operating systems: Windows 2003/XP ...
Windows 11 - Bypass Microsoft Account Requirement
Once on the following screen make sure you disconnect from the internet or have no internet conne...
Log4Net - Wrapper
https://stackoverflow.com/questions/1028375/how-do-you-configure-and-enable-log4net-for-a-stand-a...
Linux - How to Decrease an LVM Partition
Note: In this example we are working in CentOS 7, some commands may differ in different Linux dis...
Service - Add Installer and Setup
Go to Solution Explorer and right-click on your project solution then go to the view designer the...
MsSQL - Set All User Tables to Simple on DEV/TEST Server
/* This script is to set all of the user database to simple on a DEV/TEST server Use the @U...
MySQL - Bag Of Tricks
Introduction This document has many useful command. MySql Kill users You can use the following...
MsSQL - Move TempDB To Another Drive
Sometimes as a database administrator, you need to move the TempDB database and log files to a ne...
Apache - Host Visual Studio .NET 8 Deployments
Introduction This is to prep the Linux server to host Visual Studio code. This is for either Re...
MsSQL - Create Database Table from Code
declare @TableName sysname = 'TableName' declare @Result varchar(max) = 'public class ' + @Table...
Visual Studio - Entity Framework Tips
dotnet tool install --global dotnet-efdotnet ef migrations add CreateInitialdotnet ef database up...
Apache - Self Signed HTTPS Certificates
If you are starting to migrate your web servers over to Linux (or have already done so) and are l...
Apache - Setting up an SSL secured Webserver w/Rocky Linux
This guide will explain how to set up a site over https. The tutorial uses a self signed key so w...