Cloud.Ready.Software.PowerShell icon indicating copy to clipboard operation
Cloud.Ready.Software.PowerShell copied to clipboard

using "import-module sqlps" in several function

Open mheijkant opened this issue 8 years ago • 1 comments

I see you use import-module sqlps in several module functions. Why is that? Because now i'm kind of forced to only use sqlps instead of sqlserver, when using your modules The sqlps module is kind of old, and the sqlserver module replaces this. also sqlps can only be used if you have an sql-installation in place while sqlserver can be imported from psgallery. why not remove sqlps module from your functions and leave it up to the user to import sqlps or sqlserver.

mheijkant avatar Apr 16 '18 10:04 mheijkant

I have to do that, yes - thanks for this issue - I will try to find time for it. in the meantime - don't hold yourself to fork/pullrequest a solution ;-)

waldo1001 avatar Apr 19 '18 18:04 waldo1001