Can store procedure call by user define function in SQL
server?
Answer Posted / sushma
Yes, we can do
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is for xml in sql server?
Can you insert NULL in unique column?
You want to implement the one-to-many relationship while designing tables. How would you do it?
What is the template in sql?
Explain forward - only cursors?
How to update values in a table with update statements in ms sql server?
What is DCL?
How to turn on the mssql api module in php?
When we should use and scope of @@identity?
Can we add a cpu to sql server?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
How you can add messages to the nt event log from within a stored procedure?
How to change server name in sql server?
Difference between group by clause and having clause in SQL?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?