I have the following field in an Employee table:int DISPODR
There are 32 distinct values for the roughly 2000 entries:NULL, 0,100, 101, 102, 103, 104,201, 202, 203,300, 301, 302, 303, 305,400, 401, 402,500, 501, 502,600, 601, 602, 603,702, 703, 704, 706, 707,801, and 802
Though no one at our company seems to know what this field is for, it accurately ensures that Managers and Supervisors display at the top of our Crew List Report.The problem is that the Crew List was written in VB over 10 years ago and the source code is gone!I am tasked with re-creating it.I want to search our database to see if some stored procedure or view creates or modifies this field, but I don't know how to search the old database. I have tried going into each of the hundreds of procedures and views, but my eyes lose focus quickly.Is there any way to determine what is setting this value?Regards,~Joe
Avoid Sears Home Improvement