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
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,22 @@ Articles types:
626
626
|[Don’t Just Rely on Query Execution Stats for T-SQL Execution]| Kevin Chant | 2018-09-18 |[DBA],[DEV]|
627
627
|[Posting SQL Server notifications to Slack]| Alessandro Alpi | 2018-09-19 |[DBA],[DEV]|
628
628
|[How to create DACPAC file?]| Kamil Nowinski | 2018-10-31 |[DBA],[DEV]|
629
+
|[Find the Next Non-NULL Row in a Series With SQL]| JOOq | 2018-09-03 |[DEV]|
630
+
|[Calculate Percentiles to Learn About Data Set Skew in SQL]| JOOq | 2019-01-22 |[DEV]|
631
+
|[Comparing multiple rows insert vs single row insert with three data load methods]| Phil Factor | 2013-02-21 |[DBA],[DEV]|
632
+
|[The Cause of Every Deadlock in SQL Server]| Thomas Larock | 2018-09-19 |[DBA],[DEV]|
633
+
|[Deadlock Troubleshooting, Part 1]| Bart Dunkan | 2006-09-08 |[DBA],[DEV]|
634
+
|[Deadlock Troubleshooting, Part 2]| Bart Dunkan | 2006-09-12 |[DBA],[DEV]|
635
+
|[Deadlock Troubleshooting, Part 3]| Bart Dunkan | 2006-09-08 |[DBA],[DEV]|
636
+
|[The Good, the Bad and the Ugly of Table Variable Deferred Compilation – Part 1]| Milosra Divojevic | 2018-10-04 |[DBA],[DEV]|
637
+
|[The Good, the Bad and the Ugly of Table Variable Deferred Compilation – Part 2]| Milosra Divojevic | 2018-10-05 |[DBA],[DEV]|
638
+
|[The Good, the Bad and the Ugly of Table Variable Deferred Compilation – Part 3]| Milosra Divojevic | 2018-10-08 |[DBA],[DEV]|
639
+
|[Creating a SQL Server 2019 Demo Environment in a Docker Container]| Cathrine Wilhelmsen | 2018-12-02 |[DBA],[DEV]|
640
+
|[Overview of Data Compression in SQL Server]| Prashanth Jayaram | 2018-12-06 |[DBA],[DEV]|
641
+
|[SQL Server Hash Match Operator]| Hugo Kornelis | 2018-06-01 |[DBA],[DEV]|
642
+
|[How to use Microsoft Assessment and Planning (MAP) Toolkit for SQL Server]| Musab Umair | 2017-03-31 |[DBA]|
643
+
|[Improve the Performance of Your Azure SQL Database (and Save Money!) with Automatic Tuning]| Monica Rathbun | 2019-01-30 |[AZ],[DBA]|
644
+
|[[The Importance of Database Compatibility Level in SQL Server]]| Glenn Berry | 2019-01-14 |[DBA]|
629
645
630
646
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
631
647
[SQL Server 2012 Security Best Practices - Microsoft]:http://download.microsoft.com/download/8/f/a/8fabacd7-803e-40fc-adf8-355e7d218f4c/sql_server_2012_security_best_practice_whitepaper_apr2012.docx
@@ -1183,7 +1199,6 @@ Articles types:
1183
1199
[Inside the Storage Engine: Anatomy of an extent]:https://www.sqlskills.com/blogs/paul/inside-the-storage-engine-anatomy-of-an-extent/
1184
1200
[Inside the Storage Engine: Anatomy of a page]:https://www.sqlskills.com/blogs/paul/inside-the-storage-engine-anatomy-of-a-page/
1185
1201
[Inside the Storage Engine: IAM pages, IAM chains, and allocation units]:https://www.sqlskills.com/blogs/paul/inside-the-storage-engine-iam-pages-iam-chains-and-allocation-units/
1186
-
[Inside The Storage Engine: GAM, SGAM, PFS and other allocation maps]:https://www.sqlskills.com/blogs/paul/inside-the-storage-engine-gam-sgam-pfs-and-other-allocation-maps/
1187
1202
[Disaster recovery 101: fixing a broken boot page]:https://www.sqlskills.com/blogs/paul/disaster-recovery-101-fixing-a-broken-boot-page/
1188
1203
[How to download a sqlservr.pdb symbol file]:https://www.sqlskills.com/blogs/paul/how-to-download-a-sqlservr-pdb-symbol-file/
1189
1204
[A cause of high-duration ASYNC_IO_COMPLETION waits]:https://www.sqlskills.com/blogs/paul/cause-high-duration-async_io_completion-waits/
@@ -1230,3 +1245,19 @@ Articles types:
1230
1245
[Don’t Just Rely on Query Execution Stats for T-SQL Execution]:https://matthewmcgiffen.com/2018/09/18/dont-just-rely-on-query-execution-stats-for-t-sql-execution/
1231
1246
[Posting SQL Server notifications to Slack]:https://alessandroalpi.blog/2018/09/19/posting-sql-server-notifications-to-slack/
1232
1247
[How to create DACPAC file?]:https://sqlplayer.net/2018/10/how-to-create-dacpac-file/
1248
+
[Find the Next Non-NULL Row in a Series With SQL]:https://blog.jooq.org/2018/09/03/find-the-next-non-null-row-in-a-series-with-sql/
1249
+
[Calculate Percentiles to Learn About Data Set Skew in SQL]:https://blog.jooq.org/2019/01/22/calculate-percentiles-to-learn-about-data-set-skew-in-sql/
1250
+
[Comparing multiple rows insert vs single row insert with three data load methods]:https://www.red-gate.com/simple-talk/sql/performance/comparing-multiple-rows-insert-vs-single-row-insert-with-three-data-load-methods/
1251
+
[The Cause of Every Deadlock in SQL Server]:https://thomaslarock.com/2018/09/the-cause-of-every-deadlock-in-sql-server/
1252
+
[Deadlock Troubleshooting, Part 1]:https://blogs.msdn.microsoft.com/bartd/2006/09/08/deadlock-troubleshooting-part-1/
1253
+
[Deadlock Troubleshooting, Part 2]:https://blogs.msdn.microsoft.com/bartd/2006/09/12/deadlock-troubleshooting-part-2/
1254
+
[Deadlock Troubleshooting, Part 3]:https://blogs.msdn.microsoft.com/bartd/2006/09/25/deadlock-troubleshooting-part-3/
1255
+
[The Good, the Bad and the Ugly of Table Variable Deferred Compilation – Part 1]:https://milossql.wordpress.com/2018/10/04/the-good-the-bad-and-the-ugly-of-table-variable-deferred-compilation-part-1/
1256
+
[The Good, the Bad and the Ugly of Table Variable Deferred Compilation – Part 2]:https://milossql.wordpress.com/2018/10/05/the-good-the-bad-and-the-ugly-of-table-variable-deferred-compilation-part-2/
1257
+
[The Good, the Bad and the Ugly of Table Variable Deferred Compilation – Part 3]:https://milossql.wordpress.com/2018/10/08/the-good-the-bad-and-the-ugly-of-table-variable-deferred-compilation-part-3/
1258
+
[Creating a SQL Server 2019 Demo Environment in a Docker Container]:https://www.cathrinewilhelmsen.net/2018/12/02/sql-server-2019-docker-container/
1259
+
[Overview of Data Compression in SQL Server]:https://codingsight.com/overview-of-data-compression-in-sql-server/
1260
+
[SQL Server Hash Match Operator]:https://sqlserverfast.com/epr/hash-match/
1261
+
[How to use Microsoft Assessment and Planning (MAP) Toolkit for SQL Server]:https://www.sqlshack.com/how-to-use-microsoft-assessment-and-planning-map-toolkit-for-sql-server/
1262
+
[Improve the Performance of Your Azure SQL Database (and Save Money!) with Automatic Tuning]:https://www.red-gate.com/simple-talk/sql/azure-sql-database/improve-the-performance-of-your-azure-sql-database-and-save-money-with-automatic-tuning/
1263
+
[The Importance of Database Compatibility Level in SQL Server]:https://www.sqlskills.com/blogs/glenn/the-importance-of-database-compatibility-level-in-sql-server/
### Internal Database Version and Compatibility level
319
+
[The Importance of Database Compatibility Level in SQL Server](https://www.sqlskills.com/blogs/glenn/the-importance-of-database-compatibility-level-in-sql-server/)
320
+
319
321
The database version is a number stamped in the boot page of a database that indicates the SQL Server version of the most recent SQL Server instance the database was attached to.
320
322
**The database version number does not equal the SQL Server version and does not equal the compatibility level should be considered as a completely different attribute of the database.**
Copy file name to clipboardExpand all lines: SSMS/SSMS_Errors.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,6 @@
5
5
-[SQL SERVER – Unable to Launch SSMS Error – Cannot Find One or More Components. Please Reinstall the Application](https://blog.sqlauthority.com/2017/12/06/sql-server-unable-launch-ssms-error-cannot-find-one-components-please-reinstall-application/)
6
6
-[Object Reference Not Set to an Instance of an Object’ When Failing Over an Availability Group Using SSMS <= 17.5](https://sqlundercover.com/2018/03/29/object-reference-not-set-to-an-instance-of-an-object-when-failing-over-an-availability-group-using-ssms-17-5/)
7
7
-[File Growth Rate – The GUI Lies](https://sqlrus.com/2018/06/file-growth-rate-the-gui-lies/)
8
+
-[SSMS: Allow forcing case-insensitive matching in Object Explorer filters](https://feedback.azure.com/forums/908035-sql-server/suggestions/36679522-ssms-allow-forcing-case-insensitive-matching-in-o)
9
+
-[SSMS: Object Explorer Filtering allows for SQL Injection (oops)](https://feedback.azure.com/forums/908035-sql-server/suggestions/36678803-ssms-object-explorer-filtering-allows-for-sql-inj)
10
+
-[SSMS won't open scripts on double-click](https://stackoverflow.com/q/1726577/2298061)
0 commit comments