If I do have a SP is there any way to find out where the data field is being pulled from. Can I look at the Show SQL Query?
This is what I have:
SP = R_Cell_History;1
Show SQL Query =
{CALL VSI_DATA.dbo.R_Cell_History;1(NULL, NULL, NULL, NULL, NULL)}
I would like to find where a couple of fields are in this SP. With the fields in the SP they have to be pulling from some table somewhere in the database correct?
This is a 3rd party program that the SP were already in the program.