Decrpyt a DB string list in TSQL
Comments
-
Hello,
Im wondering is it possible to decrypt a database stored string list in T-SQL? I tried to convert/cast but it didnt work. For my use case, I want the db table with a list of people and update of a Power BI report with the list of people/count. My intent is to convert the list data in T-SQL to save code in Decisions to save data in a row per record. Thanks. -
Hi,
Well if the db table was created by Decisions (as the storage for the data structure), then there is a way to do it the relational database way. To do it, have the list of people be stored in a separate table with a relationship linking a single row in the main table with multiple rows (each with a person) in the new table. The new table will store the people as simple strings (one string per row), the data will be in plain text (not serialized), and then be easily added to via INSERT or modified via UPDATE or DELETE.
Howdy, Stranger!
Categories
- 4.3K All Categories
- 70 General
- 11 Training
- 206 Installation / Setup
- 1.1K Flows
- 109 Rules
- 268 Administration
- 212 Portal
- 496 General Q & A
- 706 Forms
- 338 Reports
- 3 Designer Extensions
- 48 Example Flows
- 56 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 184 Pages
- 5 Process Mining
- New Features
- 182 Datastructures
- 69 Repository
- 228 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 57 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 130 Lunch And Learn Questions