-
The MSSQL tests are lightning fast compared to Spark, but still a bit sluggish when compared to the SQLite ones:
```console
$ pytest tests/spec/ -k 'mssql and execute'
114 passed, 814 deselected in…
-
Hi,
This is an issue linked to #892.
Note in the Docker Hub page for Microsoft SQL Server says that the change related to `mssql-tools18` should affect versions SQL Server 2022 CU 14 and up:
…
-
Hellos,
I ran across this issue when trying to pass a ulong to MSSQL stored procedure via Dapper. I am running across an issue of storing a Steam Id (from Steamworks) to the database. it is of the …
-
### What happened?
I am using the Azure Classic Provider to manage Azure SQL Server instances. Initially, I set `azureadAuthenticationOnly` to `true` to enable Azure AD authentication. Now, I want to…
-
Hi all,
Please helpme to config each DB for each module. For example: MSSQL IdentityDB for users, CalalogDB for catalog Module. todoDB for Todo Module.
Ths
-
### Report
We have a managed identity `keda-dev` that we use successfully via the `azure-workload` provider to auth against ServiceBus. However, when attempting to use the same managed identity via T…
-
# Environment
Knex version:2.5.1
Database + version:mssql
OS:Debian
Select applicable template from below.
If issue is about oracledb support, tag @ atiertant. For MSSql tag @ smorey2.
Rest …
taoqf updated
2 weeks ago
-
### Pre-flight checklist
- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [code of conduct…
-
Steps to recreate:
1. Run the command
```bash
$ docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=admin" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest
```
#### Environment Info
Device:…
-
For container setup we used ```/opt/mssql-tools/bin/sqlcmd``` to create needed Server Objects, like Linked server as part of pre-deployment.
After changing version to ```FROM mcr.microsoft.com/mssql/…