Differences between functions and stored procedures?
Answer Posted / gautam
function does have update or delete statment.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do database indexes work?
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
How you can get a list of all the table constraints in a database? : Sql server administration
What is mapping schema?
Which are the olap features?
How many types of local tables are there in sql server?
What are the instances when triggers are appropriate?
What is filter index?
What is a cursor, index in sql?
Explain what are commit and rollback in sql?
What are advantages of ssrs or why we should use ssrs?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
How to select true false based on column value in sql server?
Why main is user defined function?
how you can get the list of largest tables in a database? : Sql server administration