-
Currently, there are no query target helpers/functions for Microsoft SQL Server.
It would be great to support Microsoft SQL Server as this data source is quite popular.
-
SQL server has a json_object function with a special syntax that uses colons instead of commas between json keys and values.
```sql
SELECT JSON_OBJECT('name':'value', 'type':1)
```
This is not…
-
### What is the bug or the crash?
Adding layers from windows domain\user styled schema with backslash don't seem to be add properly
### Steps to reproduce the issue
Connect to MS SQL Server, in thi…
-
Other database systems support creation of encrypted columns that allow users to pass an encryption key when inserting and reading data. This prevents users without the encryption key from seeing sens…
-
-
### Describe the bug
After executing an SQL query, attempting to retrieve ServerMetrics.ELAPSED_TIME or ServerMetrics.RESULT_ROWS from OperationMetrics results in a NullPointerException. This error…
-
SQL Server introduced a [`CONCAT()`][1] function in MSSQLServer 2012. This function returns a non-null `varchar(..)` or `nvarchar(..)` string that represents the concatenation of all of the input par…
-
I know this is an older tool, but a recent PCI Compliance exercise led me here. It's a great tool and a huge leap forward if you just want to scan quickly and "get r done". Obviously, the awesome fe…
-
Expand the SQL Backup maintenance process to support Cohesity backups. Thank you
https://www.cohesity.com/solutions/backup-and-recovery/microsoft-sql-server/
-
### Describe your issue
If the collation of the server and the specific database of the SQL Server differs, then when using temporary tables, the error "Cannot resolve the collation conflict betwee…
AR1ES updated
2 months ago