Now I am looking for your help to create an index on them.
Now this is my table structure

I need this query for maximum performance.
select PageId from tblPages where UrlChecksumCode = @UrlChecksumCode and PageUrl = @PageUrl
Now I am very bad with indexes. I plan that when the request is executed, it will first be found that the UrlChecksumCode rows look like pageurl columns. If you also explain to me why to make such an index, I really appreciate it. Thanks.
source share