Skip to main content

Recently Updated Pages

MsSQL - Export Stored Procedures and Views to Files

Database Toolset

Use the Generate Scripts tool in SSMS: Right Click Database in Object Explorer. Tasks -> Gene...

Updated 1 year ago by Steve Ling

Linux - How to Increase the size of a Linux LVM by adding a new disk

Linux

Important Notes: Be very careful when working with the commands in this article as they have the ...

Updated 1 year ago by Steve Ling

Kiwiplan - Costing

Kiwiplan

SFL Services LLC can help you revamp or configure your cot model Contact us to get timing and co...

Updated 1 year ago by Steve Ling

DataGrid - Working with Cells and Rows

Visual Studio

void dataGridView_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { //...

Updated 1 year ago by Steve Ling

Kiwiplan - KDW Data Warehouse

Kiwiplan

Introduction The document assumes that you have the server build with a Kiwiplan environment. T...

Updated 1 year ago by Steve Ling

Linux - Setting up a Logging Server

Linux

Summary This is to setup a logging server to capture logs from any servers on your network. Pre...

Updated 1 year ago by Steve Ling

Microsoft - Add DNS GPO

Microsoft

use the settings in the group policy itself to do this. Computer Configuration > Policies > Admi...

Updated 1 year ago by Steve Ling

Windows - Time Zone and Language Group Policy

Microsoft

Configuring the time zone using Group Policy Supported operating systems: Windows 2003/XP ...

Updated 1 year ago by Steve Ling

Windows 11 - Bypass Microsoft Account Requirement

Microsoft

Once on the following screen make sure you disconnect from the internet or have no internet conne...

Updated 1 year ago by Steve Ling

Log4Net - Wrapper

Visual Studio

https://stackoverflow.com/questions/1028375/how-do-you-configure-and-enable-log4net-for-a-stand-a...

Updated 1 year ago by Steve Ling

Linux - How to Decrease an LVM Partition

Linux

Note: In this example we are working in CentOS 7, some commands may differ in different Linux dis...

Updated 1 year ago by Steve Ling

Service - Add Installer and Setup

Visual Studio

Go to Solution Explorer and right-click on your project solution then go to the view designer the...

Updated 1 year ago by Steve Ling

MsSQL - Set All User Tables to Simple on DEV/TEST Server

Database Toolset

/* This script is to set all of the user database to simple on a DEV/TEST server Use the @U...

Updated 1 year ago by Steve Ling

MySQL - Bag Of Tricks

Database Toolset

Introduction This document has many useful command. MySql Kill users You can use the following...

Updated 1 year ago by Steve Ling

MsSQL - Move TempDB To Another Drive

Database Toolset

Sometimes as a database administrator, you need to move the TempDB database and log files to a ne...

Updated 1 year ago by Steve Ling

Apache - Host Visual Studio .NET 8 Deployments

Apache

Introduction This is to prep the Linux server to host Visual Studio code. This is for either Re...

Updated 1 year ago by Steve Ling

MsSQL - Create Database Table from Code

Database Toolset

declare @TableName sysname = 'TableName' declare @Result varchar(max) = 'public class ' + @Table...

Updated 1 year ago by Steve Ling

Visual Studio - Entity Framework Tips

Visual Studio

dotnet tool install --global dotnet-efdotnet ef migrations add CreateInitialdotnet ef database up...

Updated 1 year ago by Steve Ling

Apache - Self Signed HTTPS Certificates

Apache

If you are starting to migrate your web servers over to Linux (or have already done so) and are l...

Updated 1 year ago by Steve Ling

Apache - Setting up an SSL secured Webserver w/Rocky Linux

Apache

This guide will explain how to set up a site over https. The tutorial uses a self signed key so w...

Updated 1 year ago by Steve Ling