Michał Poręba

Results 35 comments of Michał Poręba

What is the latest thinking on this? I normally go to https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql if I need information on trace flags. One option would be to parse that page when building the...

I've been thinking about it myself. I will have a look at it today.

I have started the work already. IF you are interested it is here https://github.com/michalporeba/dbachecks/tree/frk My plan is to implement checks using sp_blitz first in a new checks file, just to...

The problem is with SMO and the Databases collection. When it is used in `Get-DbaDatabase.ps1` in line 258 it starts making that fires number of requests the server, including those...

With hundreds of databases it looks like i'm 'severely slowed' in every test I tried. So here is what I have done: Created a function in `Database.Tests.ps1` that gets the...

So for me the option #2 doesn't solve much, as even a single execution of `Get-DbaDatabase` takes hours so cashing the results will cut the execution from days to hours,...

I'm testing your change now. I have cloned it from your repository. I'm running simply `Get-DbaDatabase -SqlInstance $server`. It's been running for 10 minuts already and there is no sign...

So having read all of your wise comments again and again I'm getting a bit confused so... I'll explain my favourite solution without necessarily referencing to individual ideas we have...

I'm delighted to be here and I'm happy to run with it. You can officially assign me to this issue if you want. I'd appreciate some input on the #329...

I have just noticed how much more testing you have done. I am trying the Connect-DbaInstance approach, but so far it's been running for close to 10 minutes and still...