xDatabase icon indicating copy to clipboard operation
xDatabase copied to clipboard

Results 11 xDatabase issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to run the xDatabase DeployDac and I'm getting the following error: VERBOSE: [WVM0TDSQLIMPRS1]: LCM: [ Start Set ] VERBOSE: [WVM0TDSQLIMPRS1]: LCM: [ Start Resource ] [[xDatabase]DeployDac] VERBOSE:...

bug
help wanted

How can I pass a variable in the DACPAC post-deployment script with xDatabase? For example in the following post-deployment script: ```EXEC ('ALTER DATABASE [$(DatabaseName)] MODIFY FILE (NAME = [$(DatabaseName)], SIZE...

enhancement
help wanted

I had an issue using this resource over the last week to import a bacpac. The issue turned out to be with my SQL Server and not with the resource,...

enhancement
help wanted

The common functions contain a number of non-standard verbs or don't correctly follow the pattern of Verb-Noun in some form (such as missing the hyphen). Examples of this are CheckIfDbExists...

enhancement
help wanted

Hi, I am new to DSC and have encountered an error while trying use the xDBPackage to export a BACPAC file. I am getting the following error "Error SQL71562: Error...

bug
help wanted

``` Thank you for contributing to the PowerShell Gallery. We have analyzed your module, xDatabase, version 1.4, and found it contains the following issues: Parse error in file C:\Users\psgadmin\Documents\WindowsPowerShell\Modules\xDatabase\1.4.0.0\Examples\Sample_xDatabase.ps1: Undefined...

bug
help wanted

When publishing a dacpac it is often useful to control the publish using a publish profile xml file but the current dacpac-deploy just uses the default publish settings and doesn't...

enhancement
help wanted

Not really sure where to request this feature.

enhancement
help wanted

i.e. Cubes, Tabular Models, etc... Not really sure where to request this feature.

enhancement
help wanted

Current CreateDb function leaves a lot to be desired. In a real environment, if databases are to be created/maintained using xDatabase then it should support more than just $databaseName. Some...

enhancement
help wanted