Skip to content

Commit 255a875

Browse files
committed
Add new awesome articles and update SQLC info
1 parent 0ec592d commit 255a875

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Articles/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ Articles types:
444444
| [Multiple Output Datasets With R and SQL Server] | Kendra Little | 2017-11-06 | [DEV],[R] |
445445
| [How to Avoid Excessive Sorts in Window Functions] | JOOQ | 2017-11-06 | [DEV] |
446446
| [Extracting a DAX Query Plan With Analysis Services 2016 Extended Events] | Koen Verbeeck | 2017-10-03 | [DAX], [XE] |
447+
| [What impact can different cursor options have?] | Aaron Bertrand | 2012-09-10 | [DBA],[DEV] |
448+
| [SQL Smackdown!!! Cursors VS Loops] | SQL Undercover | 2017-11-16 | [DBA],[DEV] |
447449

448450
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
449451
[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
@@ -867,3 +869,5 @@ Articles types:
867869
[Multiple Output Datasets With R and SQL Server]:https://itsalljustelectrons.blogspot.ru/2017/11/Multiple-Output-Datasets-with-R-and-SQL-Server.html
868870
[How to Avoid Excessive Sorts in Window Functions]:https://blog.jooq.org/2017/11/06/how-to-avoid-excessive-sorts-in-window-functions/
869871
[Extracting a DAX Query Plan With Analysis Services 2016 Extended Events]:https://www.mssqltips.com/sqlservertip/5106/extracting-a-dax-query-plan-with-analysis-services-2016-extended-events/
872+
[What impact can different cursor options have?]:https://sqlperformance.com/2012/09/t-sql-queries/cursor-options
873+
[SQL Smackdown!!! Cursors VS Loops]:https://sqlundercover.com/2017/11/16/sql-smackdown-cursors-vs-loops/

Utilities/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Utility types (main purpose), in braces `{}` current counts:
166166
| [DBSophic Qure Optimizer](#dbsophic-qure-optimizer) | No | No | [?] | [DBSophic Qure Optimizer] | ? | DBSophic | | No | ? |
167167
| [RestoreChecker](#restorechecker) | No | No | [?] | [RestoreChecker] | 2015-01-15 | SQLServerUtilities | | No | $99 |
168168
| [SQLScripter](#sqlscripter) | No | No | [?] | [SQLScripter] | 2009-08-24 | SQLServerUtilities | | No | $99 |
169-
| [SQLC](#sqlc) | No | No | [DC], [SC] | [SQLC] | 2016-05-23 | David Ingleton | | Yes | No |
169+
| [SQLC](#sqlc) | No | No | [DC], [SC] | [SQLC] | 2017-11-19 | David Ingleton | | Yes | No |
170170
| [Database Performance Analyzer](#dpa-solarwinds) | Oracle, MySQL, Other | Linux | [M] | [Database Performance Analyzer] | ? | SolarWinds | | No | $1995 |
171171
| [Database Performance Analyzer for MSSQL](#dpa-solarwinds-mssql) | No | No | [M] | [Database Performance Analyzer for MSSQL] | ? | SolarWinds | | No | $1995 |
172172
| [SQL Enlight](#sql-enlight) | No | No | [MS] | [SQL Enlight] | 2016-04-25 | UbitSoft | | No | $295 |
@@ -2415,19 +2415,21 @@ Author: SQLServerUtilities<br/>
24152415
Free version: No<br/>
24162416
Price: $99
24172417

2418-
SQLScripter is a powerful command line utility that scripts SQL Server objects. The utility is designed to automate the process of schema generation.
2418+
SQLScripter is a powerful command line utility that scripts SQL Server objects.
2419+
The utility is designed to automate the process of schema generation.
24192420

24202421

24212422
## SQLC
24222423
<a id="sqlc"></a>
24232424
Download page: [SQLC]<br/>
2424-
Release date: 2016-05-23<br/>
2425+
Release date: 2017-11-19<br/>
24252426
Support Version: ?<br/>
24262427
Author: David Ingleton<br/>
24272428
Free version: Yes<br/>
24282429
Price: No
24292430

2430-
SQLC is a software tool for comparing two SQL Server databases. With SQLC you can perform Object comparison (Database schema) as well as Data comparison (Table data)
2431+
SQLC is a software tool for comparing two SQL Server databases.
2432+
With SQLC you can perform Object comparison (Database schema) as well as Data comparison (Table data)
24312433

24322434

24332435
## Database Performance Analyzer

0 commit comments

Comments
 (0)