Can table name be used as parameter in t-sql?
I want to insert data into a table, but I need one method in C # that has a parameter for the table.
Is this a good approach? I think if I have one form and I select a table and fields for data input, I essentially want to write my own dynamic SQL query created on the fly. Is it completely different that I'm sure his catches?
thanks
source share