|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Cross-database procIs it possible to create a stored procedure that exists in one database, but
runs in the context of the database from which I call it? For example, I want my proc (A.dbo.MyProc) to create table Foo in my new database X, but I don't know that the database is called X when I create A.dbo.MyProc Any help would be appreciated. Thank you! |
|||||||||||||||||||||||