tigertoolbox icon indicating copy to clipboard operation
tigertoolbox copied to clipboard

@sqlcmdRI variable short.

Open warwickrudd opened this issue 3 years ago • 0 comments

The @sqlcmdRI variable used for versions > 14 checks the sys.idex_resumable_operations view. However depending on the length of the DBName being checked the current NVARCHAR(100) throws an error with the above view not existing, as it is truncated. I have resolved in my local copy by increasing the size of the parameter.

warwickrudd avatar Oct 14 '22 01:10 warwickrudd