Hi All,
I have to modify a stored procedure in which the table name should be passed dynamically. is it possible? if so, could some one please advice on this.
For example:
SELECT * FROM <@table_Name>
@table_Name should be passed dynamically. Please adivce