I am creating a help desk application and want to query all rows and columns of each table in my database to find the result. I'm not sure if this is the correct way to do this. I am building the application using sql-server, entity framework and asp.net mvc. So far I have the string in my action result I'm just not sure how to search all tables.
I am thinking of creating a view with all the fields I require?
Any suggestions? Thanks Adam.