AzureDevOpsExtensionsForSqlServer icon indicating copy to clipboard operation
AzureDevOpsExtensionsForSqlServer copied to clipboard

Microsoft SQL Server deployment extensions for Azure DevOps Pipelines

Results 23 AzureDevOpsExtensionsForSqlServer issues
Sort by recently updated
recently updated
newest added

for SSAS Tabular Cube Deployment Tools - Update SSAS tabular cube data source [ENHANCMENT] To Be able to update SSAS Data Source Account to use Service Account with gMSA

**Component** * RunSqlCmdScripts When i try to run the task with SQL Authentication it returns an error. ![image](https://user-images.githubusercontent.com/20597813/124631021-5a195f80-de59-11eb-8aa7-1a11d187f6ef.png) ![image](https://user-images.githubusercontent.com/20597813/124631073-67cee500-de59-11eb-9b21-1b3a1edbc796.png) **To Reproduce** My password variable comes from an Variable Group which...

Hi @DrJohnT , If I look into the code username / password is available to set on the deploy task. ![image](https://user-images.githubusercontent.com/49064748/124265698-5f636b00-db36-11eb-9ad9-cbd31d321e6d.png) However, the version on the marketplace does not have...

**Component** DeployTabularModel - Process SSAS Tabular cube model **Describe the bug** Process SSAS Tabular cube model fails returning error: ##[error]Invoke-ProcessTabularCubeDatabase: Error processing SalesCube on SSAS Server: correctservername.com The component seems...

**Component** - DeployTabularModel **Describe the bug** I have SSAS Tabular Comp.Level 1500 with two connection, using "Native OLE DB\SQL Server Native Client 11" provider: - 1.connection Server: BIDEV Database: Utilities...

**Component** * PublishDacPac * DeployDatabase **Describe the bug** When using the DeployScriptPath and/or DeployReportPath task options, they are not honored during task execution. See this line in the PublishDacPacTask: https://github.com/DrJohnT/AzureDevOpsExtensionsForSqlServer/blob/83c6e88944ca86938aae15c723c6b4d9a0ad97f5/extensions/PublishDacPac/PublishDacPacTask/PublishDacPacTask.ps1#L91...

** DeployTabularModel ** **Is your feature request related to a problem? Please describe.** The error log file contains useful information even for successful deployments, it would be useful to display...

Hi John, Thank you so much for creating this very useful extension. Is it possible for you to add an option to add logging capabilities for each file to a...

Great extension! It's so far has saved me a lot of time. However, I do have a problem with passing a secure variable with my u/p to update the model....

I am experiencing an issue when attempting to use a wildcard in the 'Path to .asdatabse file' option of the 'Deploy SSAS tabular model' step in the pipeline. If I...