-
I have installed msnodesqlv8 but when I am trying to run the following script I am getting the error "Cannot find module 'msnodesqlv8/types' or its corresponding type declarations." on the first impor…
-
**Describe the problem**
`EXPLAIN` raises internal error: needed column not produced by group-by input
**To Reproduce**
```sql
EXPLAIN
WITH
v2 AS (SELECT '1' AS c0 UNION SELECT NULL),
v0…
-
Add a documentation page on how to use ODBC with SQL Server's Linked Servers.
-
Hello,
I am trying to enable SQL Server agent on linux container as it was disabled by default.
I did run directly in MSSMS:
--Run sp_configure to check 'Agent XPs' value:
EXEC SP_CONFIGURE 'Agen…
-
*This issue was originally created by [**@HenrikSolver**](https://github.com/HenrikSolver) at .*
With monolith server built from commit 7b862384a779f067f07ffeb2151856f89d372732. Running on Ubuntu s…
-
Study the possibility of including data storage in an SQL database.
Benefits:
Servers would be more secure in handling data, performing backup routines and configuring audit logs. In applications …
-
A change was made with #76582 to enable all tests which leverage `testServer`/`testCluster` to run with some probability in multi-tenant mode. In doing so, several tests were found to fail or hang w…
-
It would be an opt-in on `ModelBuiler`
Also consider using doing this during model building.
-
**Describe the problem**
For query 7 in TPC-H benchmark:
```sql
select
supp_nation,
cust_nation,
l_year,
sum(volume) as revenue
from
(
select
n1.…
-
We would like to **disentangle** the _production_ of SQL o11y data (when/where sql queries are executed) from its _storage/consumption_ (where sql o11y data is queried).
Expected deliverables in v2…