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
Where do you find the default Index fill factor and how to change it?
Explain sql server service broker?
How to create a ddl trigger using "create trigger" statements?
What is sleeping status in sql server?
What are orphan records?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
What happens to a trigger with multiple affected rows?
How to list all tables in the database using odbc_tables()?
How to create sub reports?
How to find related tables in sql server?
What is parameterized reports in ssrs ?
What are the main differences between #temp tables and @table variables and which one is preferred?
How to replace given values with null using nullif()?
What is log cache in sql server?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }