Shawn Melton

Results 191 comments of Shawn Melton

This run from a current PR also shows the failure but a different error message: https://ci.appveyor.com/project/sqlcollaborative/dbatools/builds/41175424/job/4yclemy7kr3vhtty ![image](https://user-images.githubusercontent.com/11204251/137646669-b80767f0-05de-4356-b0bc-dc0a0ca6b154.png)

How the library is built during Appveyor setup would need to be adjusted. I'd personally like to move the library project to it's own project on GitHub so we can...

If I recall from last looking at it the version of dotnet SDK we point at is wrong. Our library does not support dotnet 5.0.

Yes, bacpac can be used on new Azure SQL DBA server to create new databases. That is the primary function of it in Azure.

I have one app registration created and only way to have it returned is to use the filter on AppId. It has no Enterprise Application associated with it, which seems...

Code signing is an option but not required. With dbatools we made the decision to just because of the breadth of users and we had feedback from multiple folks that...

Which I guess if we opt to always have it enable that XE session the property for the SqlAg and SqlAGReplica resource could be called `DisableAlwaysOnHealth`.

I'm not referring to all of the events and setting up a session. That link is wrong that the xe session is created when you create an AG. That xe...

Are you talking about covering XE for any version of SQL Server that supports it? That would mean 2008 up to 2017 and beyond. Each version has a completely separate...

The `Get-DbaDatabaseFile` command would have all properties that are needed for this check. [ref](https://github.com/sqlcollaborative/dbatools/blob/development/functions/Get-DbaDatabaseFile.ps1). Properties I'd expect would be of use: - Database - NextGrowthEventSize - VolumeFreeSpace