Hello ,
I have not worked with VS before (Ever) and I really need your help. I have a website project that is opened in VS2015, my question is: If I want to change any database table and Split that table to normalize it to higher normal form, how do I locate the lines of code that needed to be changed and the SQL commands that retrieve, insert or update data in this specific table in order to change them .
For Example : If I split table Customer to two tables in the database Female-Customer and Male-Customer, how do I know or locate the lines of code and the sql commands related to table Customer that needed to be changed ??
Best Regards,
Where should i press the Ctrl F