Skip to content

Commit

Permalink
Merge pull request #1 from eloekset/feature/FixIssue1-SqlServerPowerS…
Browse files Browse the repository at this point in the history
…hellModule

Update name of PowerShell module for SQL Server
  • Loading branch information
eloekset authored Jul 23, 2018
2 parents 88db762 + 070d454 commit 3d6ef75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Publish-BiztalkBtdfApplication.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1054,8 +1054,8 @@ param(

Write-Verbose $cmd

If ( ! (Get-module "sqlps" )) {
Import-Module "sqlps" -DisableNameChecking
If ( ! (Get-module "SqlServer" )) {
Import-Module "SqlServer" -DisableNameChecking
}

$appsdatarow = Invoke-Sqlcmd -ServerInstance $managmentDbServer -Query $cmd -Database $managementdb
Expand Down

0 comments on commit 3d6ef75

Please sign in to comment.