Explore >> Select a destination


You are here

blog.sqlterritory.com
| | www.lucasnotes.com
10.9 parsecs away

Travel
| | SQL Server DBA notes about databases, programming, system administration, and troubleshooting.
| | therestisjustcode.wordpress.com
11.3 parsecs away

Travel
| | This month's T-SQL Tuesday is hosted by Brent Ozar andhe's asked everyone to find interestingbug or enhancement requests in Microsoft Connect related to SQL Server. The Connect item doesn't have to have anything to do with T-SQL - it could be about the engine, SSRS, R, the installer, whatever. Now, more than ever, Microsoft has...
| | matthewmcgiffen.com
12.2 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)?
| | chrisjohnson120.com
30.6 parsecs away

Travel
| Just a quick post today, to highlight one of the quirks of SSDT database projects. Usually when you hit publish, or publish through your automated pipeline, or generate a script, or do whatever else you do to push the project out onto a server the process is pretty simple. There's some sort of comparison engine...