can we call functions from stored procedure in SQL Server
2005 ? How?
Answer Posted / monal
Yes you can call function from stored procedure, so far i
haven't had a chance to use it, but still would like to give
it a shot:
As per my guess you can call function in SP using select
statement as you would execute function usually.
Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
How to set a database state to offline in ms sql server?
What is report subscription?
What are the restraints imposed on the table design by a merge replication?
Which are the olap features?
What is indexing and its types?
How to delete multiple rows with one delete statement in ms sql server?
How would we use distinct statement? What is its use?
Explain about service Broker functions?
What are the differences between substr and charindex in sql server.
Explain sql server service broker?
What is cursors?
What is the datatype of rowid?
when would you go for denormalization? : Sql server database administration
How do you create a clustered index?
How can you insert null values in a column while inserting the data?