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's the information that can be stored inside a bit column?
How do I view a script in sql server?
How important do you consider cursors or while loops for a transactional database?
how you can list all the tables in a database?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
Can a table have 2 foreign keys?
What do you understand by the analysis services in sql server?
What is the datatype of rowid?
What is the purpose of the model database?
What is merge?
What is the contrast between sql and pl/sql?
What are different types of schemas?
What is similarity and difference between truncate and delete in sql?
What is collation sensitivity? Explain different types.
How do I make a resultset scrollable?