About 1,040,000 results
Open links in new tab
  1. Create a Custom Workflow - SQL Server Master Data Services

    Apr 4, 2023 · Creating a custom workflow requires writing some custom code and configuring Master Data Services to pass workflow data to your workflow handler. Follow these steps to …

  2. How to Design a Database for Workflow Management Systems

    May 10, 2024 · Designing a robust database for a workflow management system requires careful consideration of several critical factors, including data structure, scalability, data integration, …

  3. Database design for Workflow based system - Stack Overflow

    Oct 3, 2018 · I am designing a database for a sales company having a complex workflow. The flow starts at Sales Officer, then go to Team Lead and finally Manager. Before approving a …

  4. Custom Workflow Example - SQL Server Master Data Services

    Apr 4, 2023 · Applies to: SQL Server - Windows only Azure SQL Managed Instance. In Master Data Services, when you create a custom workflow class library, you create a class that …

  5. SQL Server: How to design table like a queue - Microsoft Q&A

    Jan 7, 2021 · UPDATE MyQueueTable SET Status = 1 WHERE ID = @NextId. SELECT * FROM MyQueueTable WHERE ID = @NextID. A Microsoft extension to the ANSI SQL language that …

  6. Workflow Management Database Design - Budibase

    Jul 21, 2023 · Today we’re going to guide you through exactly how to create a workflow management database design - from scratch. This can form the basis of all sorts of solutions - …

  7. table design for workflow with conditions - Stack Overflow

    Sep 10, 2019 · I need to design a tables for execution flow [this may not be the right word], each step/flow will be skipped or executed based on the conditions set. user should be able to add …

  8. Designing a Workflow Engine Database Part 3 ... - Exception …

    Apr 22, 2015 · In Part 4 of this series, we will start designing how the Process itself is structured by designing tables for States and Transitions. This is Part 4 of an eight-part series describing …

  9. SQL Server database change workflow best practices

    Jul 15, 2016 · It's been specifically designed to help developers get SQL server databases under source-code control. This tool will allow you to baseline your database at a specific point, and …

  10. How to design an approval worflow? - SQL Server Forums

    Aug 19, 2009 · CREATE TABLE dbo.GroupPermission (GroupId, PermissionsId) When you want (a) users to be able to belong to at most one group, and (b) you want the groups to have …

  11. Some results have been removed
Refresh