What is the difference between Procedure and Function
Answer Posted / paporirokz
A function can return a value whereas a procedure cannot
return a value.
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
How do I port a number to sql server?
Explain trigger and trigger types?
What are sql server procedures?
What are subquery and its properties?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
Does hive support indexing?
How to copy data from one table to another table?
What do you mean by an execution plan? How would you view it?
What happens when unicode strings concatenate with non-unicode strings?
What's the information that can be stored inside a bit column?
What is a heap?
What do we need queues in sql service broker?
Sql server reporting services vs. Crystal reports.
Explain different types of collation sensitivity?