Warning: Undefined array key "inner_tab" in /home/site/wwwroot/wp-content/plugins/elementor/includes/base/controls-stack.php on line 672

Notice: Function Elementor\Controls_Manager::add_control_to_stack was called incorrectly. Cannot redeclare control with same name "color_menu_item". Please see Debugging in WordPress for more information. (This message was added in version 1.0.0.) in /home/site/wwwroot/wp-includes/functions.php on line 6121

Warning: Undefined array key "inner_tab" in /home/site/wwwroot/wp-content/plugins/elementor/includes/base/controls-stack.php on line 672

Notice: Function Elementor\Controls_Manager::add_control_to_stack was called incorrectly. Cannot redeclare control with same name "color_menu_item_hover". Please see Debugging in WordPress for more information. (This message was added in version 1.0.0.) in /home/site/wwwroot/wp-includes/functions.php on line 6121

Notice: Function Elementor\Controls_Manager::add_control_to_stack was called incorrectly. Cannot redeclare control with same name "color_menu_item_hover_pointer_bg". Please see Debugging in WordPress for more information. (This message was added in version 1.0.0.) in /home/site/wwwroot/wp-includes/functions.php on line 6121

Warning: Undefined array key "inner_tab" in /home/site/wwwroot/wp-content/plugins/elementor/includes/base/controls-stack.php on line 672

Notice: Function Elementor\Controls_Manager::add_control_to_stack was called incorrectly. Cannot redeclare control with same name "color_menu_item_active". Please see Debugging in WordPress for more information. (This message was added in version 1.0.0.) in /home/site/wwwroot/wp-includes/functions.php on line 6121

How to configure storage in SQL Server DB with more writes than reads

All to often articles and presentations about storage work under the assumption that you have a typical OLTP database with mostly reads. However there are plenty of databases out there which are mostly writes and very few reads. Setting these systems up takes a different technique for best performance. In my just released article on […]