Git Product home page Git Product logo

psredgate's People

Contributors

phaelin avatar pkuykendall avatar sqlwhale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

psredgate's Issues

Add functionality to integrate with SQL Doc

I want to add the capability to interact with SQL Doc via command line utilities.

Proposed solution:

Add Invoke-RedgateSQLDocDatabaseDocumentation to the module to allow interaction with the sqldoc.exe command line utility.

Add snapshot functionality using sql compare

Let's add the ability to create and apply snapshots using the Invoke-RedgateSQLCompare tool.

Currently there is an extra feature hidden in SQL Compare. You can sync various kinds of sources with destinations, but you can also create a redgate snapshot of your schema. I want to create a cmdlet to make it easier to just spin up snapshot.

Deploy module to the Powershell Gallery

I think we have the base level functionality. U think we are ready to publish the module. I have to figure out how to get the build to automatically sign the code

Function to generate Multi Script project configuration

Request for a new function which can generate a Multi Script project configuration file. At a minimum, the information build out the connection & database list. Ideas:

  • Accept an optional PSCredential object to use for embedding SQL Authentication credentials in the configuration. Multi Script encrypts/encodes the passwords (good!) and the method for doing that is unknown to people outside Red Gate.
  • Accept a list of databases for the target server to add into the configuration, as an input object (collection) or via the pipeline.
  • Create the configuration file in an alternate location (so your default/normal one isn't disturbed)
  • Launch Multi Script with the newly-created configuration file

One possible usage (assuming one has the dbatools module):

$cred = Get-Credential -username "MyUser" -Message "SQL Credentials"
Get-DbaDatabase -SqlInstance "MyServer" -Credential $cred | Where-Object {$PSItem.Name -like "a*"} |  New-MultiScriptConfig -ServerName "MyServer" -Launch

Quick first thoughts, definitely open to discussion. I have delved too far into command-line usage of Multi Script but having Powershell control of more of Multi Script could be useful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.