Browsing index pages (4 articles)
↧
using select statement
i need a solution for my simple question is it possible to use stored procedure with output parameter in select query?i am having stored proc "a_proc @input, @output" i need to get the output parameter...
View Articleusing select statement
change the sp to a function...it'll work..(no exec required in that case),sp cant be used in select statement..functions r ment for that....
View Articleusing select statement
May refer to the kBA http://support.microsoft.com/kb/262499 for a relevant information.
View Article
Browsing index pages (4 articles)