mjswart-d2l / sqlblockedprocesses

SQL Server Blocked Process Report Viewer
http://michaeljswart.com
MIT License
36 stars 15 forks source link

Case Sensitivity #3

Closed mjswart closed 6 years ago

mjswart commented 6 years ago

Hello,

I got errors with case sensitive instance. I change locally and it works.

I was able to fix this by replacing all occurrences of @filenamePattern with @FileNamePattern. Easy fix, just the one local variable

Thanks

mjswart commented 6 years ago

Confirmed fixed