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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,8 @@ Articles types:
444
444
|[Multiple Output Datasets With R and SQL Server]| Kendra Little | 2017-11-06 |[DEV],[R]|
445
445
|[How to Avoid Excessive Sorts in Window Functions]| JOOQ | 2017-11-06 |[DEV]|
446
446
|[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]|
447
449
448
450
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
449
451
[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:
867
869
[Multiple Output Datasets With R and SQL Server]:https://itsalljustelectrons.blogspot.ru/2017/11/Multiple-Output-Datasets-with-R-and-SQL-Server.html
868
870
[How to Avoid Excessive Sorts in Window Functions]:https://blog.jooq.org/2017/11/06/how-to-avoid-excessive-sorts-in-window-functions/
869
871
[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/
Copy file name to clipboardExpand all lines: Utilities/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Utility types (main purpose), in braces `{}` current counts:
166
166
|[DBSophic Qure Optimizer](#dbsophic-qure-optimizer)| No | No |[?]|[DBSophic Qure Optimizer]| ? | DBSophic || No | ? |
167
167
|[RestoreChecker](#restorechecker)| No | No |[?]|[RestoreChecker]| 2015-01-15 | SQLServerUtilities || No | $99 |
168
168
|[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 |
170
170
|[Database Performance Analyzer](#dpa-solarwinds)| Oracle, MySQL, Other | Linux |[M]|[Database Performance Analyzer]| ? | SolarWinds || No | $1995 |
171
171
|[Database Performance Analyzer for MSSQL](#dpa-solarwinds-mssql)| No | No |[M]|[Database Performance Analyzer for MSSQL]| ? | SolarWinds || No | $1995 |
172
172
|[SQL Enlight](#sql-enlight)| No | No |[MS]|[SQL Enlight]| 2016-04-25 | UbitSoft || No | $295 |
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.
2419
2420
2420
2421
2421
2422
## SQLC
2422
2423
<aid="sqlc"></a>
2423
2424
Download page: [SQLC]<br/>
2424
-
Release date: 2016-05-23<br/>
2425
+
Release date: 2017-11-19<br/>
2425
2426
Support Version: ?<br/>
2426
2427
Author: David Ingleton<br/>
2427
2428
Free version: Yes<br/>
2428
2429
Price: No
2429
2430
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)
0 commit comments