# Node-red to mssql

**URL:** https://discourse.nodered.org/t/node-red-to-mssql/15455
**Category:** General
**Created:** [12 September 2019 07:39 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455 "2019-09-12T07:39:16Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![alpesh](https://avatars.discourse-cdn.com/v4/letter/a/b9e5f3/32.png) [@alpesh](https://discourse.nodered.org/u/alpesh)
#### Post date: [12 September 2019 07:39 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455/1 "2019-09-12T07:39:16Z")

</div>

![mss](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/1/18923b925dbe755746e74499f2094c6c6fdbdcca.jpeg)

Can anybody help how can i send variable data to MASSQL . I am able to send constanr string but i do not able to VAriable value to mssql.

I want to send variable numeric value in place of C\_PRESS constant string.

I am new for Node-red

---

<div class="post-metadata">

### Author: ![afelix](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/afelix/32/9743_2.png) [@afelix](https://discourse.nodered.org/u/afelix)
#### Post date: [12 September 2019 07:41 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455/2 "2019-09-12T07:41:39Z")

</div>

Have you started with reading the node’s docs in the [Sidebar](https://nodered.org/docs/user-guide/editor/sidebar/)?

---

<div class="post-metadata">

### Author: ![alpesh](https://avatars.discourse-cdn.com/v4/letter/a/b9e5f3/32.png) [@alpesh](https://discourse.nodered.org/u/alpesh)
#### Post date: [12 September 2019 07:42 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455/3 "2019-09-12T07:42:21Z")

</div>

yes sir..but still no solution

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [12 September 2019 07:43 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455/4 "2019-09-12T07:43:23Z")

</div>

You asked the same question yesterday, please don't create multiple posts for the same issue.

> [@Send Dynamic Numeric Value(Recieve from PLC) to MSSQL](https://discourse.nodered.org/t/send-dynamic-numeric-value-recieve-from-plc-to-mssql/15427/4):
>
> If you are using the latest version of MSSQL-plus node it has several examples in the built in help (I know, I wrote them). Here is an example... INSERT INTO [Dev].[dbo].[MQTTData] (Topic,Payload) VALUES ('{{topic}}',{{payload}})

---

<div class="post-metadata">

### Author: ![alpesh](https://avatars.discourse-cdn.com/v4/letter/a/b9e5f3/32.png) [@alpesh](https://discourse.nodered.org/u/alpesh)
#### Post date: [12 September 2019 07:44 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455/5 "2019-09-12T07:44:31Z")

</div>

yes sir ...i want to try to explain in different way....sorry for that

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [12 September 2019 07:45 UTC](https://discourse.nodered.org/t/node-red-to-mssql/15455/6 "2019-09-12T07:45:53Z")

</div>

Please continue on yesterdays post, you got the correct syntax there.
