You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Articles/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1166,6 +1166,9 @@ Articles types:
1166
1166
|[Another argument for stored procedures versus ORM versus Add Hoc Queries]| Aaron Bertrand | 2013-05-17 |[DBA][DEV]|
1167
1167
|[Bad habits to kick : avoiding the schema prefix]| Aaron Bertrand | 2019-09-12 |[DBA][DEV]|
1168
1168
|[How not to call Hekaton natively-compiled stored procedures]| Aaron Bertrand | 2015-06-05 |[DBA][DEV]|
1169
+
|[A One-Slide Summary of the Differences Between TDE and Always Encrypted]| Brent Ozar | 2020-07-31 |[SEC]|
1170
+
|[Remember “Nothing Stops a Hekaton Transaction?” Yeah, About That.]| Brent Ozar | 2020-07-29 |[DBA][DEV]|
1171
+
|[Finding & Downloading Required SQL Server Updates]| Andy Levy | 2020-07-21 |[DBA]|
1169
1172
1170
1173
[Understanding how SQL Server executes a query]:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/
1171
1174
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
@@ -2306,3 +2309,6 @@ Articles types:
2306
2309
[Another argument for stored procedures versus ORM versus Add Hoc Queries]:https://sqlperformance.com/2013/05/t-sql-queries/another-argument-for-stored-procedures
2307
2310
[Bad habits to kick : avoiding the schema prefix]:https://sqlblog.org/2019/09/12/bad-habits-to-kick-avoiding-the-schema-prefix
2308
2311
[How not to call Hekaton natively-compiled stored procedures]:https://sqlperformance.com/2015/06/t-sql-queries/how-not-to-call-hekaton-procedures
2312
+
[A One-Slide Summary of the Differences Between TDE and Always Encrypted]:https://www.brentozar.com/archive/2020/07/a-one-slide-summary-of-the-differences-between-tde-and-always-encrypted/
2313
+
[Remember “Nothing Stops a Hekaton Transaction?” Yeah, About That.]:https://www.brentozar.com/archive/2020/07/remember-nothing-stops-a-hekaton-transaction-yeah-about-that/
2314
+
[Finding & Downloading Required SQL Server Updates]:https://flxsql.com/downloading-latest-sql-server-updates/
0 commit comments