📅 March 2017
(5 posts)
📅 2017-03-29
✍️ Bart Schelstraete
You can use the following mod_security rules for WordPress/Joomla/Drupal: ## Rules for the CWP ## SecRuleRemoveById 910006 SecRuleRemoveById 950000 SecRuleRemoveById 950001 SecRuleRemoveById 950005…
Read more →
📅 2017-03-29
✍️ Bart Schelstraete
The following T-SQL statement returns the server name, server instance, instance, edition & version of the running SQL Server. SELECT SERVERPROPERTY('MachineName') AS [ServerName],…
Read more →
📅 2017-03-22
✍️ Bart Schelstraete
When tracing with SQL Profiler, it returned a query using 'sp_cursorprepexec'. When executing the same query within SSMS, it failed with: sp_cursorprepexec: The value of the parameter XX is invalid.…
Read more →
📅 2017-03-20
✍️ Bart Schelstraete
When running pre/post scripts, it is possible that you are getting the following error message: 2017-03-20 19:43:43 avtar Info <5916>: Executing run-at-start…
Read more →
📅 2017-03-01
✍️ Bart Schelstraete
There are different possibilities to run internet speed tests from the Linux (and Unix based systems) command line. Personally, I don't always want to install extra applications on servers. Because…
Read more →