I'm asked to get the information based on a specific ID( here 406f-871b-a3ee71f7038) , like so :
select * from BIG_Session (nolock)
where SessionSID like '%406f-871b-a3ee71f70386%'
is this inefficient? How long is too long to wait for it to finish? I waited 30 seconds and felt that that was too long, and just canceled it.