Skip to main content
Nintex Community Menu Bar

Stored Procedure

  • May 12, 2022
  • 5 replies
  • 149 views

how do I consume a stored procedure from sql to K2?

5 replies

Forum|alt.badge.img+15
  • Scholar
  • May 12, 2022
First you'll need to register your database as a Service Instance in K2 Management - you can do so by drilling into the "Integration" node and selecting "Service Instances" on the left-hand navigation menu within K2 Management. Once that is done, you can design a new smart object that hooks into this new database service instance. If you can get this far I can give you more details

Forum|alt.badge.img+2
  • Novice
  • May 13, 2022

Have a look at the K2 Five help documentation on the subject of SQL Service Type. https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#ServiceBrokers/SQLServer/SQL-Server-Service.htm

 

Make sure you read the section on Stored Procedures since not all stored procedure types are supported.


  • Author
  • May 13, 2022
Thanks for the reply, this is already done. I am open to more details

  • Author
  • May 13, 2022
thanks for the recommendation

Forum|alt.badge.img+2
  • Novice
  • May 13, 2022
I'm not sure what more details you need. Once you have created the SQL Service Instance you can generate smartobjects for your tables, views and stored procedures. Once generated, you can use them like any other smartobject.