Skip to content

Additional Scripting Features #46

@nycdotnet

Description

@nycdotnet

Create Stored Procedures For:

  • Select a row
  • Insert a row
  • Update a row
  • Delete a row
    from a table that includes valid parameters for each column. Possibly using results from SELECT * FROM INFORMATION_SCHEMA.COLUMNS;.

Include SET NOCOUNT ON;

Possibly create template code for ADO.NET for each of these.
Create BIML code for each (OLEDBCommand)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions