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
Do you know what is replace and stuff function in sql server?
How to scale out a federation by Sql statement?
Describe in brief databases and sql server databases architecture.
What are secondary xml indexes?
What is a collation in ms sql server?
What is the fillfactor concept in indexes?
What is dml command?
How to convert character strings into numeric values?
role of sql sever 2005 in database rather than any other database
Explain full-text indexing?
Does full backup break log chain?
When multiple after triggers are attached to sql table, how to control the order of execution?
What is policy management?
What is difference between stored procedure and user defined function?
How to create a login account in ms sql server to access the database engine using "create login" statements?