Shawn Melton
Shawn Melton
If you cannot consider using the preview extension option at this time, at least publish it as a release on GitHub with the pre-release tag. I would prefer to have...
Can you perform that same example in an external PowerShell process? (Outside of the PowerShell ISE)
It can also just be that SQL Server is not populating the property, not directly related to SMO. You may need to run [update usage](https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-updateusage-transact-sql) on your instance's databases to...
`New-AzDbaAccessToken` hits a localized endpoint that I do not believe exist in the Function's runtime environment, not sure we have anyone else using that successful with Functions. If you are...
You might also try using the environment variables noted here #8694 that can help cut down on execution time of dbatools commands.
Not directly. I don't have an environment I can try to replicate. If you are just querying data I'd recommend just using the sqlserver module. It is a bit lighter...
#9050 (sort of related as Function App environment issue) This command tries to hit a local endpoint on the host that Azure Function App is likely blocking from being used....
I'm a bit confused on what the ask is in this issue? This has existed in this way since v1.0 release, or there abouts. Are you asking that we document...
Have we tested on latest release of SMO?
30-40 minutes?!?! - How many jobs does your instance have? - What is the average number of steps per job on the instance? - How many databases does the instance...