Rob Sewell
Rob Sewell
Improved logging added for Install-dbareports and Agent Jobs
This is an awesome suggestion - How can we add that to this repo for others to use?
Thank you @michalporeba I would not want the function in the test, we would move that to the internal functions folder but this is a great start I would be...
Thats really cool @niphlod I think its likely that a lot of the usage for dbachecks will be using all of the databases or perhaps only filtering out system dbs...
all of which makes me wonder if we move over to better lightweight tests built for each check
Adding this in here as it was discussed in slack mostly we are looping through the databases and calling a dbatools command so my idea of a quick fix is...
I like your approach and yes I agree totally that using SMO is MUCH better for different versions. Performance is the key issue here right now. If you are happy...
dbatools is a tool for people to use in which ever method that they wish. dbachecks is a tool for spot checks, it is a tool, for estate validation every...
We also have this user voice opened, please feel free to upvote - https://feedback.azure.com/forums/908035-sql-server/suggestions/33535612-smo-enumerations-slow-with-hundreds-of-databases
Branch created https://github.com/sqlcollaborative/dbachecks/tree/just-get-database-name Which replaces Get-DbaDatabase with Connect-DbaInstance where we just pass the database name to the dbatools command. When I just get the database names the difference is significant...