posted 15 years ago
Hi I am trying to create a procedure which will insert record in to one table but for inserting record i need to specify table name dynamically which will come as input parameter to my procedure.
i have written the following procedure for the same
Error Stack Trace
Can anybody help me out with this. thats the issue. i am declaring the tableName variable but its still showing the error.
I am using MS SQL Server 2000.
Thanks & Regards,
Jigar Naik