-
[postgres@postgresqlt01 freetds-1.3.18]$ pgloader --debug load.conf
pgloader version 3.6.7~devel
compiled with SBCL 2.2.10-1.rhel8
sb-impl::*default-external-format* :UTF-8
tmpdir: #P"/tmp/pgloade…
-
### Summary
- The MSSQL server can have multiple instance configured on the same machine which is accessed using the `named_instance` connection string. We can even launch multiple hosts separately. …
-
I have two tables : post and post_meta.
My db is MSSQL.
the code below return flat json object:
```
let result = await Knex.select([
'post.*',
'post_meta.*'
])
…
-
# Environment
Knex version: ^0.19.0
Database + version: MSSQL
OS: Osx
Select applicable template from below.
If issue is about oracledb support, tag @ atiertant. For MSSql tag @ smorey2.
Res…
-
```
What steps will reproduce the problem?
1. svn checkout
2. create web.config , configure to use mssql 2005. i.e:
3. Start
What is the expected output?…
-
```
What steps will reproduce the problem?
1. svn checkout
2. create web.config , configure to use mssql 2005. i.e:
3. Start
What is the expected output?…
-
[traccar.txt](https://github.com/vitalidze/traccar-web/files/659908/traccar.txt)
[default.txt](https://github.com/vitalidze/traccar-web/files/659909/default.txt)
can you please help me out as am…
-
I am connecting to an azure sql db instance that uses azure ad auth.
- I can connect ok with sqlcmd (go-sqlcmd specifically) on the bash cli but I
can not connect with vim-dadbod
- on the cli I…
-
First, thank you for this module!
When using this module within an ESM context, I'm getting the following error:
```bash
error TS7016: Could not find a declaration file for module 'mssql-async'…
-
use a database name with \ it
```
#server name is someserver123\data
#database name = Comissions
#no user name and password because Trusted_Connection = yes
import pandas as pd
import d6tsta…