I generated the execution plan for a very long stored procedure, and I got several nodes with warnings that I need to address.
Does the node say which sql is generating the warning? Or is my only option to search the defective sql throughout the whole SP?
Thanks.