set statistics time on select count(*) from [dbo].[nakaza] n where n.typ_hlaseni='N' and n.ok_kod=(select o.ok_kod from dbo.[okres] o join [dbo].[kraj] k on k.kr_kod=o.ok_kod where o.ok_kod=n.ok_kod and k.kr_nazev like 'Jihom%') set statistics time off