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: Errors/README.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Error code equal `message_id` from `sys.messages`
56
56
| - | 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]|
57
57
| 0 | A server error occurred on current command. The results, if any, should be discarded. |[Who owns your availability groups?]|
58
58
| 102 | Incorrect syntax near '%.*ls'. |[102_link1]|
59
+
| 207 | Invalid column name '%.*ls'. |[207_link1]|
59
60
| 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]|
60
61
| 596 | Cannot continue execution because the session is in the kill state. |[596_link1]|
61
62
| 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`
68
69
| 1904 | The statistics on table has 65 columns in the key list |[SQL SERVER - Fix: Error: Msg 1904]|
69
70
| 3013 | RESTORE DATABASE is terminating abnormally |[KB290787]|
70
71
| 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]|
71
73
| 3154 | The backup set holds a backup of a database other than the existing |[Database Restore Fails with Msg 3154]|
72
74
| 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]|
73
76
| 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]|
75
79
| 4064 | Cannot open user default database. Login failed.Login failed. |[4064_link1]|
76
80
| 4922 | ALTER TABLE ALTER COLUMN Address failed because one or more objects access this column. |[SQL Server 2016 Online ALTER COLUMN Operation]|
77
81
| 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`
83
87
| 8624 | Internal Query Processor Error: The query processor could not produce a query plan. |[Internal Query Processor Error with ColumnStore Indexes]|
84
88
| 8651 |Could not perform the operation because the requested memory grant was not available in resource pool '%ls' (%ld). |[8651_link1]|
85
89
| 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]|
86
91
| 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]|
87
92
| 9002 | The transaction log for database '%ls' is full due to '%ls'. |[9002_link1]|
88
93
| 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`
99
104
[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/
100
105
[Who owns your availability groups?]:http://www.cjsommer.com/2016-10-20-who-owns-your-availability-groups/
[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/
112
118
[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/
[Discuss Execute(SQL) At LinkedServer]:http://www.sqlservercentral.com/blogs/powersql-by-prashanth-jayaram/2016/11/09/sql-server-discuss-executesql-at-linkedserver/
Copy file name to clipboardExpand all lines: Utilities/README.md
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# 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
3
3
4
4
Utility types (main purpose), in braces `{}` current counts:
5
5
-**[B]**: Backup solutions {6}
6
6
-**[BI]**: Business Intelligence Solutions {3}
7
7
-**[D]**: Documentation solutions {6}
8
8
-**[DA]**: Database Architecture {12}
9
9
-**[DC]**: Data compare {11}
10
+
-**[ETL]**: Extract Download Load (ETL) Tools {1}
10
11
-**[I]**: Internal SQL Server utilities (for example, bcp) {15}
11
12
-**[IDX]**: Index manager {3}
12
13
-**[G]**: Data generation {4}
@@ -174,7 +175,7 @@ Utility types (main purpose), in braces `{}` current counts:
174
175
|[SQL Enlight](#sql-enlight)| No | No |[MS]|[SQL Enlight]| 2016-04-25 | UbitSoft || No | $295 |
175
176
|[Aireforge Studio](#aireforge-studio)| No | No |[MG], [SC]|[Aireforge Studio]| 2017-06-21 | AireForge || Yes | $299 |
176
177
|[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 |
178
179
|[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 |
179
180
|[EMS SQL Management Studio](#ems-management-studio)| No | No |[MS]|[EMS SQL Management Studio]| 2016-05-26 | EMS || No | $257 |
180
181
|[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:
281
282
|[SQL Cop](#sql-cop)| No | No |[?]|[SQL Cop]| ? | LessThanDot | Freeware | Yes | No |
282
283
|[Dataedo](#dataedo)| Oracle, MySQL | No |[D]|[Dataedo]| 2017-09-15 | Logic Systems | Shareware | Yes | $239 |
283
284
|[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 |
285
287
286
288
<aid="ssms"></a>
287
289
## SSMS
@@ -2540,7 +2542,7 @@ Database Security, Discovery of Sensitive Data. Dynamic Data Masking, and Databa
2540
2542
## SoftTree SQL Assistant
2541
2543
<aid="softtree-sql-assistant"></a>
2542
2544
Download page: [SoftTree SQL Assistant]<br/>
2543
-
Release date: 2017-07-31<br/>
2545
+
Release date: 2017-12-17<br/>
2544
2546
Support Version: 2005/2008/2008R2/2012/2014/2016/2017<br/>
2545
2547
Author: SoftTree<br/>
2546
2548
Free version: No<br/>
@@ -4035,14 +4037,27 @@ The public preview release of Azure Database Migration Service is designed as a
4035
4037
## FlowHeater
4036
4038
Download page: [flowheater]<br/>
4037
4039
Release date: 2017-10-02<br/>
4038
-
Support Version: 2008/2012/2016<br/>
4040
+
Support Version: 2008/2012/2014/2016/2017<br/>
4039
4041
Author: FlowHeater GmbH<br/>
4040
4042
Free version: No<br/>
4041
4043
Price: $79
4042
4044
4043
4045
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.
4044
4046
4045
4047
4048
+
<aid="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.
0 commit comments