/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sqlserver-dba.com
| | curatedsql.com
4.2 parsecs away

Travel
| | [AI summary] Kevin Feasel explains how to securely handle passwords in PowerShell automation scripts using SQL Server Credential Manager and encryption best practices.
| | matthewmcgiffen.com
3.5 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)?
| | sqlservercode.blogspot.com
4.2 parsecs away

Travel
| | This is just a quick and fun post. I was troubleshooting a deadlock the other day and it got me thinking.... I know the number 1205 by h...
| | azureplayer.net
15.2 parsecs away

Travel
| Out of the box, SSDT covers objects on a database level, like tables, stored procedures, views, functions, etc. That means schema only. In many cases...