(Kenneth Fisher) A few weeks ago I was reading a blog post by Andrea Allred (b/t) and was just amazed by what I was reading. I’ve never been a big fan of the Object Explorer Details window. It didn’t seem to really add anything.
Tag: sql server
Which Secure Protocols are Allowed on Your Servers
(Eric Humphrey) A script to have handy to tell you which schannel protocols are enabled / disabled for PCI or certificate compliance.
Introduction to PolyBase in SQL Server 2016 – Part 1
(Edwin Sarmiento) In a previous tip on SQL Server 2016 Features in CTP2, one of the new features introduced was PolyBase. Our organization is thinking of deploying Big Data solutions running on the Apache Hadoop platform and I wanted to know how I can use PolyBase to perform data analysis.
How to Generate a Perfmon System Diagnostics Report
(Jack Vamvas) Perfmon has a useful feature of generating a Systems Diagnostic Report. The Report checks for various categories:
SQL SERVER – 2016 – Opening JSON with OPENJSON()
(Pinal Dave) The first blog I wrote about JSON with SQL Server 2016 was to get a valid JSON output from relational tables. You can read that again from: SQL SERVER – Getting started and creating JSON using SQL Server 2016. In this blog, we will try to get to the next stage of reading JSON document.
Network Load Testing Using iPerf
(Tim Radney) Being a database administrator can be very challenging at times when you have to troubleshoot performance issues. The database server is just one component of the application ecosystem and it routinely gets blamed as being the performance problem.
Using the ScriptDom without losing comments
(Ed Elliott) The ScriptDom is cool, it lets you parse T-SQL, play around with the AST (tree of statements) and then generate T-SQL again (probably in a different format etc). This is really cool but if you round-trip the T-SQL into an AST and back you lose some important information like comments so
Datatypes or Data Types?
(Karen Lopez) I conducted a Twitter poll last week about how to spell DATATYPE (or is it DATA TYPEs?). Many compound words start out as two separate words, then get hyphenated, then concatenated to a new word. We saw this with:
PowerShell and ADO.NET Connection String Settings for SQL Server
(Tim Smith) The following tip addresses some common questions from PowerShell developers about connection strings, errors with strings, and alternative development approaches to using connection strings.
Log analysis with SQL Server
(Jovan Popovic) In any application you will need to have some kind of logs where you write events, errors, debug and other information. One of the biggest problems is how to analyze information from log files. If you have some predefined format you can use some log analysis tools or languages such a
