John McCall

Results 25 issues of John McCall

### Verified issue does not already exist? Yes ### What error did you receive? > Cannot bind argument to parameter 'SqlInstance' because it is null. > At C:\Program Files\WindowsPowerShell\Modules\dbatools\1.1.111\allcommands.ps1:147923 char:9...

bugs life

As seen on my resume (https://gist.github.com/lowlydba/7af569383cf2312b2430551aa2a47ced) I need to use a mix of URL and Website to get the links to [display properly](https://registry.jsonresume.org/lowlydba) on the registry - it is inconsistent...

# Requirements for your pull request - [x] I have read and understood the contribution.MD file Resolves #334

Add the Ansible collection [lowlydba.sqlserver](https://github.com/lowlydba/lowlydba.sqlserver) / [galaxy.ansible.com/lowlydba/sqlserver](https://galaxy.ansible.com/lowlydba/sqlserver) which configures and maintains SQL Server deployments.

## Check Enhancement ### What would you like to check? MAXDOP Check should be checking "MAX DOP for Secondary" value when a database is a non-primary replica on a given...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** On installation, agent job creation fails with the message: ``` WARNING: FAILED :...

Being able to specify a script (via filename or special directory) that gets re-applied whenever the hash changes. It would be dependent on #120 getting done (adding file hashes), but...

enhancement

I believe in most cases it isn't beneficial to mandate compression for temporary tables. https://github.com/tsqllint/tsqllint/blob/cfa67dadfc7820c5c77ea73a8b622ada8b0e5dc9/source/TSQLLint.Infrastructure/Rules/DataCompressionOptionRule.cs#L24-L33 Requesting that this not apply at all to temp tables, or be configurable with a...

behavior change

Using statistics, see if the max value in a column implies that it would be better as a tiny/smallint. Excluding PKs

enhancement
good first issue
hacktoberfest

Adding code coverage for the Azure SQL tests should make the total close to 100%, but first need this resolved: https://github.com/GoEddie/SQLCover/issues/51

enhancement
blocked