Hello girls and boys,
remember my last guide about a "High performance stack"? This time I got something better for you - a complete guide from picking a server until the actual setup with plenty of extras.
| USE [master] | |
| GO | |
| /****** Object: Database [db_name] Script Date: 10.06.2018 02:55:10 ******/ | |
| CREATE DATABASE [db_name] | |
| GO | |
| ALTER DATABASE [db_name] SET COMPATIBILITY_LEVEL = 140 | |
| GO | |
| IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled')) | |
| begin | |
| EXEC [db_name].[dbo].[sp_fulltext_database] @action = 'enable' |
| <script> | |
| $(window).on('action:ajaxify.end', function(){ | |
| googletag.pubads().refresh(); | |
| }); | |
| </script> |
Hello girls and boys,
remember my last guide about a "High performance stack"? This time I got something better for you - a complete guide from picking a server until the actual setup with plenty of extras.