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)
 STORED PROCEDURE - CREATE TABLE

Author  Topic 

egiando
Starting Member

5 Posts

Posted - 2001-07-12 : 11:27:53
hallo,
I need to create a table using a stored procedure that is running in another DB.
I know that is not allowed to use the "USE" command in stored procedure, thus how can I tell my sp to use the other DB?
Does anybody know the answer?
   

- Advertisement -