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
@@ -1082,6 +1082,9 @@ Articles types:
1082
1082
|[How SQL Server stores data types: integers and decimals]| Randolph West | 2020-05-13 |[DBA][DEV]|
1083
1083
|[Cross Database Transactions on One Server]| Michael J. Swart | 2020-05-15 |[DBA][DEV]|
1084
1084
|[Your Views Aren’t The Problem. Your Code Is.]| Brent Ozar | 2020-05-06 |[DBA][DEV]|
1085
+
|[Can I Offload DBCC CHECKDB To Another Server?]| Brent Ozar | 2020-05-19 |[DBA]|
1086
+
|[Negative (-) is an operator and will affect the order of operations.]| Kenneth Fisher | 2020-05-18 |[DBA][DEV]|
1087
+
|["0 to 60" : Switching to indirect checkpoints]| Aaron Bertrand | 2020-05-01 |[DBA]|
1085
1088
1086
1089
[Understanding how SQL Server executes a query]:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/
1087
1090
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
@@ -2139,3 +2142,6 @@ Articles types:
2139
2142
[Cross Database Transactions on One Server]:https://michaeljswart.com/2020/05/cross_database_transactions/
2140
2143
[Your Views Aren’t The Problem. Your Code Is.]:https://www.brentozar.com/archive/2020/05/your-views-arent-the-problem-your-code-is/
2141
2144
[How SQL Server stores data types: integers and decimals]:https://bornsql.ca/blog/how-sql-server-stores-data-types-integers-and-decimals/
2145
+
[Can I Offload DBCC CHECKDB To Another Server?]:https://www.brentozar.com/archive/2020/05/can-i-offload-dbcc-checkdb-to-another-server/
2146
+
[Negative (-) is an operator and will affect the order of operations.]:https://sqlstudies.com/2020/05/18/negative-is-an-operator-and-will-effect-the-order-of-operations/
2147
+
["0 to 60" : Switching to indirect checkpoints]:https://sqlperformance.com/2020/05/system-configuration/0-to-60-switching-to-indirect-checkpoints
0 commit comments