cyberbiker
Programmer
I think I am missing something very basic in my understanding of stored procedures.
So I need clarification on a (or some) basic points that I either cannot find in BOL or do not understand when I read it there.
The current problem (as one example) is that I want to have a stored procedure 'Sp_dosomething' in database "A"
This stored procedure needs to cause a DTS package to execute buy using an extended stored procedure in the "master" database ( sp_OAMethod)
I need to have my VB code call the stored procedure.
I am finding that I cannot seem to execute a stored procedure unless I am connected to the database containing
that stored procedure which appears logical.
But, at the same time, it also appears logical that all the stored procedures and extended stored procedures in 'master' should have a way of being accessed from elsewhere.
Anybody able to give me a 2 syllable, 3rd grade level primer about running stored procedures? Everything I find seems to assume I know this already.
Terry (cyberbiker)
So I need clarification on a (or some) basic points that I either cannot find in BOL or do not understand when I read it there.
The current problem (as one example) is that I want to have a stored procedure 'Sp_dosomething' in database "A"
This stored procedure needs to cause a DTS package to execute buy using an extended stored procedure in the "master" database ( sp_OAMethod)
I need to have my VB code call the stored procedure.
I am finding that I cannot seem to execute a stored procedure unless I am connected to the database containing
that stored procedure which appears logical.
But, at the same time, it also appears logical that all the stored procedures and extended stored procedures in 'master' should have a way of being accessed from elsewhere.
Anybody able to give me a 2 syllable, 3rd grade level primer about running stored procedures? Everything I find seems to assume I know this already.
Terry (cyberbiker)