Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d2cbf2

Browse files
committed
Add ETL tools, new sql server errors, fix some broken links
1 parent de0ad94 commit 0d2cbf2

File tree

3 files changed

+37
-11
lines changed

3 files changed

+37
-11
lines changed

‎Errors/README.md‎

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Error code equal `message_id` from `sys.messages`
5656
| - | The MSSQLSERVER service was unable to log on as SQLAuthority\SQLFarmService with the currently configured password due to the following error: ... | [Logon Failure: The User has not Been Granted] |
5757
| 0 | A server error occurred on current command. The results, if any, should be discarded. | [Who owns your availability groups?] |
5858
| 102 | Incorrect syntax near '%.*ls'. | [102_link1] |
59+
| 207 | Invalid column name '%.*ls'. | [207_link1] |
5960
| 535 | The datediff function resulted in an overflow. The number of dateparts separating two date/time instances is too large... | [Nuance of datetime data type in SQL Server] |
6061
| 596 | Cannot continue execution because the session is in the kill state. | [596_link1] |
6162
| 657 | Could not disable support for increased partitions in database ... | [SQL SERVER – Disabling 15000 Partitions (15k)] |
@@ -68,10 +69,13 @@ Error code equal `message_id` from `sys.messages`
6869
| 1904 | The statistics on table has 65 columns in the key list | [SQL SERVER - Fix: Error: Msg 1904] |
6970
| 3013 | RESTORE DATABASE is terminating abnormally | [KB290787] |
7071
| 3041 | BACKUP failed to complete the command %.*ls. Check the backup application log for detailed messages. | [3041_link1] |
72+
| 3101 | Exclusive access could not be obtained because the database is in use. | [3101_link1] |
7173
| 3154 | The backup set holds a backup of a database other than the existing | [Database Restore Fails with Msg 3154] |
7274
| 3241 | The media family on device '%ls' is incorrectly formed. SQL Server cannot process this media family. | [Unable to restore a backup – Msg 3241] |
75+
| 3314 | During undoing of a logged operation in database '%.*ls', an error occurred at log record ID %S_LSN. Typically, the specific failure is logged ... | [3314_link1] |
7376
| 3634 | The operating system returned the error '%ls' while attempting '%ls' on '%ls'. | [3634_link1] |
74-
| 3930 | The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction. | [Case study: Troubleshooting Doomed Transactions] |
77+
| 3743 | The database '%.*ls' is enabled for database mirroring. Database mirroring must be removed before you drop the database. | [3743_link1] |
78+
| 3930 | The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction. | [3930_link1] |
7579
| 4064 | Cannot open user default database. Login failed.Login failed. | [4064_link1] |
7680
| 4922 | ALTER TABLE ALTER COLUMN Address failed because one or more objects access this column. | [SQL Server 2016 Online ALTER COLUMN Operation] |
7781
| 5120 | Unable to open the physical file ... Operating system error 5: "5(Access is denied.)" | [SQL SERVER - FIX Error 5120] |
@@ -83,6 +87,7 @@ Error code equal `message_id` from `sys.messages`
8387
| 8624 | Internal Query Processor Error: The query processor could not produce a query plan. | [Internal Query Processor Error with ColumnStore Indexes] |
8488
| 8651 |Could not perform the operation because the requested memory grant was not available in resource pool '%ls' (%ld). | [8651_link1] |
8589
| 8672 | The MERGE statement attempted to UPDATE or DELETE the same row more than once... | [8672_link1] |
90+
| 8909 | Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls), page ID %S_PGID contains an incorrect page ID in its ... | [8909_link1] |
8691
| 8921 | Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors. | [8921_link1] |
8792
| 9002 | The transaction log for database '%ls' is full due to '%ls'. | [9002_link1] |
8893
| 15002 | The procedure 'sys.sp_dbcmptlevel' cannot be executed within a transaction. | [15002_link1] |
@@ -99,6 +104,7 @@ Error code equal `message_id` from `sys.messages`
99104
[Logon Failure: The User has not Been Granted]:https://blog.sqlauthority.com/2017/04/14/sql-server-logon-failure-user-not-granted-requested-logon-type-computer/
100105
[Who owns your availability groups?]:http://www.cjsommer.com/2016-10-20-who-owns-your-availability-groups/
101106
[102_link1]:http://jasonbrimhall.info/2017/11/17/incorrect-syntax-what/
107+
[207_lin1]:http://www.sqlservercentral.com/questions/IDENT_CURRENT/165581/
102108
[SQL SERVER – Disabling 15000 Partitions (15k)]:https://blog.sqlauthority.com/2016/05/20/sql-server-disabling-15000-15k-partitions/
103109
[Nuance of datetime data type in SQL Server]:http://www.sqlservercentral.com/articles/T-SQL/153921/
104110
[596_link1]:http://sql-sasquatch.blogspot.ru/2017/09/sqlserver-just-how-minimal-can-that.html
@@ -107,24 +113,28 @@ Error code equal `message_id` from `sys.messages`
107113
[825_link1]:https://www.sqlskills.com/blogs/paul/a-little-known-sign-of-impending-doom-error-825/
108114
[FIX: Error: 913, Severity: 16 – Could Not Find Database ID]:https://blog.sqlauthority.com/2017/04/10/sql-server-fix-error-913-severity-16-not-find-database-id-3-database-may-not-activated-yet-may-transition-sql-service/
109115
[KB2152734]:https://support.microsoft.com/en-us/kb/2152734
110-
[1702_link1]:http://www.sqlservercentral.com/questions/163450/
116+
[1701_link1]:http://www.sqlservercentral.com/questions/163450/
111117
[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/
112118
[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/
113119
[KB290787]:https://support.microsoft.com/en-us/kb/290787
114120
[3041_link1]:https://www.sqlservercentral.com/Forums/Topic1179720-1550-1.aspx
121+
[3101_link1]:https://sqlstudies.com/2017/11/27/closing-all-of-the-connections-to-a-database/
122+
[3314_link1]:https://www.sqlskills.com/blogs/paul/20122014-bug-that-can-cause-database-or-server-to-go-offline/
123+
[3634_link1]:https://sqlundercover.com/2017/08/29/restores-using-invalid-backup-default-locations/
124+
[3743_link1]:https://blog.sqlauthority.com/2017/12/05/sql-server-msg-3743-database-enabled-database-mirroring-database-mirroring-must-removed-drop-database/
125+
[3930_link1]:http://michaeljswart.com/2017/01/case-study-troubleshooting-doomed-transactions/
115126
[4064_link1]:https://blog.sqlauthority.com/2008/11/04/sql-server-fix-error-4064-cannot-open-user-default-database-login-failed-login-failed-for-user/
116127
[SQL Server 2016 Online ALTER COLUMN Operation]:https://www.mssqltips.com/sqlservertip/4749/sql-server-2016-online-alter-column-operation/
117-
[Case study: Troubleshooting Doomed Transactions]:http://michaeljswart.com/2017/01/case-study-troubleshooting-doomed-transactions/
118128
[Database Restore Fails with Msg 3154]:http://www.patrickkeisler.com/2016/05/database-restore-fails-with-msg-3154.html
119129
[Unable to restore a backup – Msg 3241]:https://blogs.msdn.microsoft.com/psssql/2017/04/12/unable-to-restore-a-backup-msg-3241/
120-
[3634_link1]:https://sqlundercover.com/2017/08/29/restores-using-invalid-backup-default-locations/
121130
[SQL SERVER - FIX Error 5120]:http://blog.sqlauthority.com/2016/10/26/sql-server-fix-error-5120-database-read-mode-attaching-files/
122131
[5123_link1]:https://blogs.msdn.microsoft.com/sql_pfe_blog/2016/11/10/tempdb-misconfiguration-when-sql-server-fails-to-create-a-secondary-data-file/
123132
[5123_link2]:https://blog.sqlauthority.com/2017/09/21/sql-server-fix-msg-5123-level-16-create-file-encountered-operating-system-error-5/
124133
[6335_link1]:https://www.brentozar.com/archive/2017/06/biggest-query-plans-dont-show-dmvs/
125134
[Discuss Execute(SQL) At LinkedServer]:http://www.sqlservercentral.com/blogs/powersql-by-prashanth-jayaram/2016/11/09/sql-server-discuss-executesql-at-linkedserver/
126-
[8651_link]:https://blobeater.blog/2017/05/18/setting-sql-server-max-memory-dangerously-low/
135+
[8651_link1]:https://blobeater.blog/2017/05/18/setting-sql-server-max-memory-dangerously-low/
127136
[8672_link1]:https://blog.sqlauthority.com/2017/03/13/sql-server-fix-error-msg-8672-merge-statement-attempted-update-delete-row/
137+
[8909_link1]:https://www.sqlskills.com/blogs/paul/disaster-recovery-101-object-id-0-index-id-1-partition-id-0/
128138
[8921_link1]:https://www.sqlskills.com/blogs/paul/disaster-recovery-101-fixing-a-broken-system-table-page/
129139
[9002_link1]:https://docs.microsoft.com/en-us/sql/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002
130140
[15002_link1]:https://blogs.msdn.microsoft.com/luti/2017/05/17/sql-server-offline-after-applying-service-pack/

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Headers:
9696
- [udf_SplitStringByDelimiter](/User_Defined_Function/udf_SplitStringByDelimiter.sql)
9797
- [udf_Tally](/User_Defined_Function/udf_Tally.sql)
9898
- and many others...
99-
- [Utilities](/Utilities) (**Complete list of 256 SQL Server paid and free Utilities and Tools**)
99+
- [Utilities](/Utilities) (**Complete list of 260 SQL Server paid and free Utilities and Tools**)
100100

101101
[*Back to top*](#header01)
102102

‎Utilities/README.md‎

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Microsoft SQL Server Utilities and Tools
2-
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **259** SQL Server Utilities
2+
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **260** SQL Server Utilities
33

44
Utility types (main purpose), in braces `{}` current counts:
55
- **[B]**: Backup solutions {6}
66
- **[BI]**: Business Intelligence Solutions {3}
77
- **[D]**: Documentation solutions {6}
88
- **[DA]**: Database Architecture {12}
99
- **[DC]**: Data compare {11}
10+
- **[ETL]**: Extract Download Load (ETL) Tools {1}
1011
- **[I]**: Internal SQL Server utilities (for example, bcp) {15}
1112
- **[IDX]**: Index manager {3}
1213
- **[G]**: Data generation {4}
@@ -174,7 +175,7 @@ Utility types (main purpose), in braces `{}` current counts:
174175
| [SQL Enlight](#sql-enlight) | No | No | [MS] | [SQL Enlight] | 2016年04月25日 | UbitSoft | | No | 295ドル |
175176
| [Aireforge Studio](#aireforge-studio) | No | No | [MG], [SC] | [Aireforge Studio] | 2017年06月21日 | AireForge | | Yes | 299ドル |
176177
| [HexaTier](#hexatier) | No | No | [?] | [HexaTier] | ? | HexaTier | | No | ? |
177-
| [SoftTree SQL Assistant](#softtree-sql-assistant) | Oracle, MySQL, PostgreSQL, Other | No | [MS] | [SoftTree SQL Assistant] | 2017-07-31 | SoftTree | | No | 215ドル |
178+
| [SoftTree SQL Assistant](#softtree-sql-assistant) | Oracle, MySQL, PostgreSQL, Other | No | [MS] | [SoftTree SQL Assistant] | 2017-12-17 | SoftTree | | No | 215ドル |
178179
| [DB Audit and Security 360](#db-audit-and-security-360) | Oracle, MySQL, Other | No | [?] | [DB Audit and Security 360] | 2015年02月07日 | SoftTree | | No | 499ドル |
179180
| [EMS SQL Management Studio](#ems-management-studio) | No | No | [MS] | [EMS SQL Management Studio] | 2016年05月26日 | EMS | | No | 257ドル |
180181
| [EMS SQL Backup](#ems-sql-backup) | No | No | [B] | [EMS SQL Backup] | 2016年04月13日 | EMS | | Yes | 82ドル |
@@ -281,7 +282,8 @@ Utility types (main purpose), in braces `{}` current counts:
281282
| [SQL Cop](#sql-cop) | No | No | [?] | [SQL Cop] | ? | LessThanDot | Freeware | Yes | No |
282283
| [Dataedo](#dataedo) | Oracle, MySQL | No | [D] | [Dataedo] | 2017年09月15日 | Logic Systems | Shareware | Yes | 239ドル |
283284
| [Azure Database Migration Service](#azure-db-migration) | Oracle, MySQL, Other | Online | [MG] | [Azure Database Migration Service] | 2017年12月01日 | Microsoft | | Yes | No |
284-
| [FlowHeater](#flowheater) | No | No | [?] | [FlowHeater] | 2017年10月02日 | FlowHeater GmbH | Shareware | No | 79ドル |
285+
| [FlowHeater](#flowheater) | Oracle, PostgreSQL, MySQL, Other | No | [ETL] | [FlowHeater] | 2017年10月02日 | FlowHeater GmbH | Shareware | No | 79ドル |
286+
| [EDIS](#edis) | No | No | [ETL] | [EDIS] | ? | SQL ETL | Shareware | Yes | 599ドル |
285287

286288
<a id="ssms"></a>
287289
## SSMS
@@ -2540,7 +2542,7 @@ Database Security, Discovery of Sensitive Data. Dynamic Data Masking, and Databa
25402542
## SoftTree SQL Assistant
25412543
<a id="softtree-sql-assistant"></a>
25422544
Download page: [SoftTree SQL Assistant]<br/>
2543-
Release date: 2017-07-31<br/>
2545+
Release date: 2017-12-17<br/>
25442546
Support Version: 2005/2008/2008R2/2012/2014/2016/2017<br/>
25452547
Author: SoftTree<br/>
25462548
Free version: No<br/>
@@ -4035,14 +4037,27 @@ The public preview release of Azure Database Migration Service is designed as a
40354037
## FlowHeater
40364038
Download page: [flowheater]<br/>
40374039
Release date: 2017年10月02日<br/>
4038-
Support Version: 2008/2012/2016<br/>
4040+
Support Version: 2008/2012/2014/2016/2017<br/>
40394041
Author: FlowHeater GmbH<br/>
40404042
Free version: No<br/>
40414043
Price: 79ドル
40424044

40434045
The FlowHeater functionality closely resembles the concept of a continuous-flow water heater. A wide variety of data sources can be interconnected with FlowHeater and by making use of exchangeable adapters, there is no restriction to the data flow.
40444046

40454047

4048+
<a id="edis"></a>
4049+
## EDIS
4050+
Download page: [EDIS]<br/>
4051+
Release date: ?<br/>
4052+
Support Version: 2008/2012/2014/2016/2017<br/>
4053+
Author: SQL ETL<br/>
4054+
Free version: Yes<br/>
4055+
Price: 599ドル
4056+
4057+
EDIS is an Extract-Transform-Load (ETL) application for Microsoft SQL Server.
4058+
No 3rd Party Language, No Packages, Just SQL.
4059+
4060+
40464061
[SSMS]:https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
40474062
[bcp Utility]:https://docs.microsoft.com/en-us/sql/tools/bcp-utility
40484063
[sqlcmd Utility]:https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility
@@ -4303,6 +4318,7 @@ The FlowHeater functionality closely resembles the concept of a continuous-flow
43034318
[Dataedo]:https://dataedo.com/
43044319
[Azure Database Migration Service]:https://azure.microsoft.com/en-us/services/database-migration/
43054320
[FlowHeater]:https://flowheater.net/en
4321+
[EDIS]:https://sqletl.com
43064322

43074323
[LGPL-3.0]:http://www.gnu.org/licenses/lgpl-3.0.txt
43084324
[MIT]:https://opensource.org/licenses/MIT

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /