Explore >> Select a destination


You are here

nocolumnname.blog
| | sqlatspeed.com
20.3 parsecs away

Travel
| | T-SQL Tuesday is a monthly blog party for the SQL Server community. It is the brainchild of Adam Machanic (b|t) and I am thankful for the opportunity to host this month's edition. The concept is straightforward - each month a blog hosts the party and everybody who wants to contribute can write a post about...
| | troubleshootingsql.com
23.2 parsecs away

Travel
| | I had blogged extensively about System Health Session available in SQL Server 2008 and above. I had also demonstrated how the System Health Session can be used in conjunction with SQL Server Management Studio reports in previous series that I ran on my blog. System Health Session Dashboard Reports for SQL Server 2008 and SQL...
| | dataonwheels.wordpress.com
22.0 parsecs away

Travel
| | Thanks to Matt Gordon (@atsqlspeed) for hosting this T-SQL Tuesday. Splitting Strings in SQL A problem that has plagued SQL developers through the years is splitting strings. Many techniques have been used as more capabilities were added to SQL Server including XML datatypes, recursive CTEs and even CLR. I have used XML datatype methods to...
| | matthewmcgiffen.com
97.3 parsecs away

Travel
| TDE is referred to as a "transparent" form of encryption. What that means is that the process of encrypting and decrypting data is fully performed in the background. The queries we write to access data are unchanged whether TDE is enabled or not. So, enabling TDE has no impact on application functionality, does not require ... Continue reading What is TDE (Transparent Data Encryption)?