Skip to main content
0 votes
1 answer
91 views

I need to do a bulk insert (via bcp) into a SQL Server table with geometry data. I figured out how to get the operation working generally, however, there are a few criteria/issues that I have been ...
Tim Schommer's user avatar
0 votes
0 answers
62 views

I am facing a login failure issue when trying to connect my Node.js application to SQL Server 2019 using the tedious package. Despite configuring my authentication and using Windows Authentication, ...
EzraRed99's user avatar
0 votes
2 answers
95 views

I test a web application with typescript and playwright. So I read and write data to and from a SQL Server 2019 database. Therefore I use tedious. Since yesterday I used the version 11.0.8 and all ...
Manfred Schneider's user avatar
0 votes
0 answers
47 views

I'm currently using the node-mssql module to connect to SQL Server. Does the latest version of this module support 'Column Encryption / Always Encrypted' feature of SQL Server? If yes, how do we use ...
Jithu's user avatar
  • 469
0 votes
0 answers
76 views

I have a question regarding the sync method in Sequelize with SQL Server. To summarize the problem: I have a model with a unique column, and when the table doesn't exist or the database is empty, the ...
oox's user avatar
  • 19
1 vote
0 answers
58 views

Please help me, I've been suffering for several hours, but I can't connect to the database in SQL Server Management Studio 20. I have already configured SQL and enabled TCP IP, but it still does not ...
ftyyty tytytyt's user avatar
0 votes
0 answers
956 views

I am connecting to a SQL Server using the mssql node library https://www.npmjs.com/package/mssql#connections-1. When I try to run a long stored procedure, I keep getting a timeout error even though I ...
user7659932's user avatar
0 votes
0 answers
125 views

I'm writing a simple API to query a SQL Server database. I have this code in items.js: var Connection = require('tedious').Connection; var config = { server: 'MyServer', //update me ...
Frank Cazabon's user avatar
1 vote
0 answers
106 views

I need to process data from an internal SQL Server database using NodeJs (version 20.*). Connection to the database has to use Windows Authentication, thus I opted for the Tedious mssql and the ...
PopGoesTheWza's user avatar
1 vote
0 answers
188 views

I am trying to get [email protected] to return an updated object (Azure Function v4, Typescript, [email protected], Azure SQL Server) as per update() option returning: true. See the commented out line ...
Aiden Dipple's user avatar
2 votes
1 answer
666 views

To avoid SQL injection with MS SQL Server and Node.js, I typically bind parameters, with something like the following: let pool = await sql.connect(config) await pool.request() .input('ID', sql.Int, ...
Ben in CA's user avatar
  • 909
0 votes
0 answers
645 views

I'm having this issue with my SQL Server. I have a Nodejs server that connects to (for now) a SQL Server database. The problem is that it doesn't allow me to authenticate... But the strange thing (at ...
nepko's user avatar
  • 135
0 votes
0 answers
22 views

I'm new in nodejs and microsoft sql. I've created a simple project which uses mssql in my localhost. And I connected it in my app.js with 'tedious', and everything works perfect. var Connection = ...
MrB's user avatar
  • 5
0 votes
0 answers
1k views

I need to create a connection to an Oracle database with the Tedious library in node js. When i run the file this is what it return ' ConnectionError: Connection lost - socket hang up ', I don't know ...
Gexs's user avatar
  • 1
0 votes
1 answer
210 views

I get this error when I try to execute a simple SQL statement that properly works on the db. The table: hd_date | hd_name 2025-04-21 | Ostermontag 2025-06-09 | Pfingstmontag This works: var sql ...
Mike's user avatar
  • 332

15 30 50 per page
1
2 3 4 5
20