Call SP from another SP

R

Rajat

Hi,

I'm trying to call a stored procedure from another stored
procedure.

It tells me there is no such procedure.

I'm using dbo.procname(...)

Thanks,

Rajat
 
V

Vadim Rapp

Hello Rajat:
You wrote in conference microsoft.public.access.adp.sqlserver on Mon, 19
Jul 2004 13:34:54 -0700:


R> I'm trying to call a stored procedure from another stored
R> procedure.
R> I'm using dbo.procname(...)

exec dbo.procname

Vadim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top