You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
declared @ShowSleepingSPIDs as TINYINT but then converting it to NVARCHAR for the dynamic SQL. Was a decision between declaring as NVARCHAR in the first place but I prefer keeping INT values as INT's in the variables. Could change to NVARCHAR so we don't have to convert.
0 commit comments