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
|[The Anatomy and (In)Security of Microsoft SQL Server Transparent Data Encryption (TDE)]| Simon McAuliffe | 2016-03-31 ||
135
+
|[The Anatomy and (In)Security of Microsoft SQL Server Transparent Data Encryption (TDE), or How to Break TDE]| Simon McAuliffe | 2016-03-31 ||
136
136
|[Correctly adding data files to tempdb]| Paul Randal | 2014-10-14 ||
137
137
|[Why You Should Test Your Queries Against Bigger Data]| Erik Darling | 2016-11-01 ||
138
138
|[Tally OH! An Improved SQL 8K “CSV Splitter” Function]| Jeff Moden | 2012-12-28 ||
@@ -440,6 +440,8 @@ Articles types:
440
440
|[Surprise Delta Stores]| Joe Obbish | 2017-11-07 |[DEV]|
441
441
|[SQL 2014 Clustered Columnstore index rebuild and maintenance considerations]| Denzil Ribeiro | 2015-07-08 |[DBA],[DEV]|
442
442
|[The Case of the Weirdly Long COLUMNSTORE_BUILD_THROTTLE Wait]| Kendra Little | 2017-11-09 |[DEV]|
443
+
|[Multiple Output Datasets With R and SQL Server]| Kendra Little | 2017-11-06 |[DEV],[R]|
444
+
|[How to Avoid Excessive Sorts in Window Functions]| JOOQ | 2017-11-06 |[DEV]|
443
445
444
446
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
445
447
[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
@@ -551,7 +553,7 @@ Articles types:
551
553
[What is the CXPACKET Wait Type, and How Do You Reduce It?]:https://www.brentozar.com/archive/2013/08/what-is-the-cxpacket-wait-type-and-how-do-you-reduce-it/
[Indexing Wide Keys in SQL Server]:https://www.brentozar.com/archive/2013/05/indexing-wide-keys-in-sql-server/
554
-
[The Anatomy and (In)Security of Microsoft SQL Server Transparent Data Encryption (TDE)]:http://simonmcauliffe.com/technology/tde/
556
+
[The Anatomy and (In)Security of Microsoft SQL Server Transparent Data Encryption (TDE), or How to Break TDE]:http://simonmcauliffe.com/technology/tde/
555
557
[Correctly adding data files to tempdb]:http://www.sqlskills.com/blogs/paul/correctly-adding-data-files-tempdb/
556
558
[Why You Should Test Your Queries Against Bigger Data]:https://www.brentozar.com/archive/2016/11/why-you-should-test-your-queries-against-bigger-data/
557
559
[Tally OH! An Improved SQL 8K “CSV Splitter” Function]:http://www.sqlservercentral.com/articles/Tally+Table/72993/
[SQL 2014 Clustered Columnstore index rebuild and maintenance considerations]:https://blogs.msdn.microsoft.com/sqlcat/2015/07/08/sql-2014-clustered-columnstore-index-rebuild-and-maintenance-considerations/
862
864
[The Case of the Weirdly Long COLUMNSTORE_BUILD_THROTTLE Wait]:https://sqlworkbooks.com/2017/11/the-case-of-the-weirdly-long-columnstore_build_throttle-wait/
865
+
[Multiple Output Datasets With R and SQL Server]:https://itsalljustelectrons.blogspot.ru/2017/11/Multiple-Output-Datasets-with-R-and-SQL-Server.html
866
+
[How to Avoid Excessive Sorts in Window Functions]:https://blog.jooq.org/2017/11/06/how-to-avoid-excessive-sorts-in-window-functions/
Copy file name to clipboardExpand all lines: Errors/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Error code equal `message_id` from `sys.messages`
62
62
| 824 | SQL Server detected a logical consistency-based I/O error |[Resolve Microsoft SQL Server Error Code 824], [KB2152734]|
63
63
| 825 | The operating system returned error %ls to SQL Server. It failed creating event for a %S_MSG at offset %#016I64x in file '%ls'. |[825_link1]|
64
64
| 913 | Could Not Find Database %d. Database May Not be Activated Yet or May be in Transition |[FIX: Error: 913, Severity: 16 – Could Not Find Database ID]|
65
+
| 1701 | Creating or altering table %ls failed because the minimum row size would be 8061, including 10 bytes of internal overhead... |[1701_link1]|
65
66
| 1807 | Could not obtain exclusive lock on database ‘model’. Retry the operation later. |[CREATE DATABASE – I’ve not seen that before.]|
66
67
| 1904 | The statistics on table has 65 columns in the key list |[SQL SERVER - Fix: Error: Msg 1904]|
67
68
| 3013 | RESTORE DATABASE is terminating abnormally |[KB290787]|
@@ -103,6 +104,7 @@ Error code equal `message_id` from `sys.messages`
[CREATE DATABASE – I’ve not seen that before.]:http://www.sqlservercentral.com/blogs/martin_catherall/2017/01/22/create-database-ive-not-seen-that-before/
107
109
[SQL SERVER - Fix: Error: Msg 1904]:http://blog.sqlauthority.com/2016/10/27/sql-server-fix-error-msg-1904-statistics-table-65-columns-key-list/
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,20 +366,17 @@ BIML Bloggers
366
366
## SQL Server Sample Databases and Datasets
367
367
Alternative download link for some sample databases: http://bit.ly/ya-ssk
368
368
369
-
-[AdventureWorks Sample Databases and Scripts for SQL Server 2016 CTP3](https://www.microsoft.com/en-us/download/details.aspx?id=49502)
370
-
-[Microsoft SQL Server Community Projects & Samples](http://sqlserversamples.codeplex.com/)
371
-
-[Adventure Works 2014 Sample Databases](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks2014)
372
-
-[Adventure Works 2012 Sample Databases](http://msftdbprodsamples.codeplex.com/releases/view/55330)
369
+
-[AdventureWorks Sample Databases and Scripts for SQL Server 2017, 2016, 2014 , 2012](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks)
373
370
-[Microsoft SQL Server 2008 R2 SR1 Sample Databases](https://sqlserversamples.codeplex.com/releases/view/72278)
374
371
-[Thinking Big (Adventure)](http://sqlblog.com/blogs/adam_machanic/archive/2011/10/17/thinking-big-adventure.aspx) (by Adam Machanic)
-[IoT Smart Grid sample - demonstrates how SQL Server 2016 memory optimized databases could be used to ingest a very high input data rate](https://github.com/Microsoft/sql-server-samples/releases/tag/iot-smart-grid-v1.0) (Github Microsoft)
-[Bigger Fact Table for Wide World Importers](http://www.sqlservercentral.com/blogs/koen-verbeeck/2016/08/12/bigger-fact-table-for-wide-world-importers/) (by Koen Verbeeck)
380
376
-[Contoso Retail Data Warehose](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/contoso-data-warehouse) (Github)
381
377
-[How to Download the Stack Overflow Database via BitTorrent 2016-03](https://www.brentozar.com/archive/2015/10/how-to-download-the-stack-overflow-database-via-bittorrent/) (by Brent Ozar)
382
378
-[Updating the Stack Overflow Demo Database version 2016-12-15](https://www.brentozar.com/archive/2017/01/updating-stack-overflow-demo-database/)
379
+
-[Stackexchange Source files - xml files](https://archive.org/download/stackexchange)
383
380
-[Amazon product data](http://jmcauley.ucsd.edu/data/amazon/) (This dataset contains product reviews and metadata from Amazon, including 142.8 million reviews spanning May 1996 - July 2014)
384
381
-[Git repo for SQL Server Reporting Services samples and community projects](https://github.com/Microsoft/Reporting-Services)
385
382
-[SQLSkills sample databases](https://www.sqlskills.com/sql-server-resources/sql-server-demos/) (also include SAMPLE CORRUPT DATABASES)
@@ -388,6 +385,7 @@ Alternative download link for some sample databases: http://bit.ly/ya-ssk
0 commit comments