Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Tablename as a parameter in a Stored Procedure

Author  Topic 

Kurt
Starting Member

1 Post

Posted - 2000-09-30 : 18:45:31
I'm trying to create a Stored Procedure in SQL Server. I'd like to be able to pass a table name from an ASP script to the stored procedure as a parameter, and have it add information to the table specified. SQL Server doesn't seem to like me using a variable name as a table name in my stored procedure. Is this possible?
   

- Advertisement -