PDA

Click to See Complete Forum and Search --> : SQL-Query Analyzer


efrat
Feb 4th, 2001, 06:14 AM
Hi All
How can i run SP in this tool
For Exp: i have Sp with Name
Get_Tom_Run
This SP get 2 parameters
1) user_name
2)Friend_name

How am i need to write it and get the resault

Thanks
Efrat
efr@rocketmail.com

msdnexpert
Feb 4th, 2001, 07:39 AM
You can do the following
EXECUTE Get_Tom_Run user_name,friend_name

efrat
Feb 4th, 2001, 09:25 AM
Thanks

efrat
Feb 4th, 2001, 09:49 AM
Hi
I try this but not success
i try EXECUTE get_permitted_stations
but the SP expects parameter '@v_user_name', which was not supplied.

So what can i do?

efrat
Feb 4th, 2001, 09:56 AM
I did It thank you very much
YUUUUUUUHOOOOOOOOOOOO

Efrat

Clunietp
Feb 4th, 2001, 10:55 PM
I've never seen someone so happy to call a stored procedure :)

go Efrat go!