can we call stored Procedure in Function in Sql Server 2000
and vice versa.
Answer Posted / swathi
no we cannot call sp in a function
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What are data files?
What to perform pattern match with the like operator?
what information is maintained within the msdb database? : Sql server administration
How to connect to a sql server using odbc_connect()?
What is a bit datatype?
How to loop through result set objects using mssql_fetch_array()?
How can windows applications connect to sql servers via odbc?
What are the transaction properties?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
How to copy data from one table to another table?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is the chart in report?
Explain trigger classes i.e. Instead of and after trigger?
What is sub query and its properties?
Can we do dml on views?