xDatabase
xDatabase copied to clipboard
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:...
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...
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,...
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...
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...
``` 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...
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...
Not really sure where to request this feature.
i.e. Cubes, Tabular Models, etc... Not really sure where to request this feature.
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...