Can store procedure call by user define function in SQL
server?
Answer Posted / raju
yes
usig
exec <procname> <paramiter list>
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the grouping functions?
What is multi-statement table-value user-defined function?
What is the definition for sql server 2000?
How you can get a list of all the table constraints in a database? : Sql server administration
What is 3nf normalization form?
What are three major types of constraints?
What is @@rowcount in sql?
Can I delete event logs?
What is open database communication (odbc)?
What are the benefits of filtered indexes?
What is Federation Root Database?
How do I start sql server?
What is a full text index?
What is Federation and Federation Member?
What do you understand by a view? What does the with check option clause for a view do?