-
Connect to a Server – IIS
From Internet Information Services (IIS) Manager Default Web Site – Bindings Select https – Edit Manage Server -> Start (Start…
-
Change an SSL certificate in IIS Manager
To change an SSL certificate in IIS Manager, you need to first install the new certificate and then update the site bindings to use it. …
-
Transaction Log Backup
The basic syntax for a transaction log backup to a disk file is: BACKUP LOG [database_name]TO DISK = ‘file_path\file_name.trn’WITH NOINIT,…
-
Manage the size of the transaction log file
Understanding the following storage space quantities is important for managing the file space of a database. Database quantity Definition Comments…
-
Restore Database
A SQL Server database remains in the RESTORING state after a successful restore operation if the WITH NORECOVERY option was used in the RESTORE command. This…
-
SQL Server Instant File Initialization (IFI)
You can check if Instant File Initialization (IFI) is enabled in SQL Server using a T-SQL query, by reviewing the SQL…
-
Epicor ERP database restore
Restore EpicorERP with the Production full database backups To restore a SQL Server database from a .bak file to a new database, you can use…
-
Top 10 Laravel Vue Sample Project 2024
https://themeselection.com/laravel-vue-sample-project Table of contents Laravel is a free, open-source PHP web framework for the development of web applications. It is a…
-
Scale Computing Rest API
Scale Computing’s REST API can be used to manage various aspects of your HC3 cluster, including backing up VMs. While direct…




