Skip to content

Add support for reading Command text from a File #13

Description

@steveshortt

Instead of hosting the command directly in the plan, read it from a file.

- Name: ReadCommandFromFile
  Handler:
    Type: Synapse.Handlers.Sql:SqlServerHandler
    Config:
      Values:
        IntegratedSecurity: true
        Database: master
        DataSource: .\MSSQLLocalDB
  Parameters:
    Values:
      Text: c:\scripts\mycmd.sql
      IsFile: T | F  #something better than this...
      IsQuery: False

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions