what is call by value & call by reference ?
Answer Posted / ravi kumar ravuri
In-Call by value, we can send the vale of variable as a
parameter.
In-Call by reference , we can send the memory address of
variable as a parameter
Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
Explain system functions or built-in functions? What are different types of system functions?
How to handle error or exception in sql?
What is the main difference between ‘between’ and ‘in’ condition operators?
If no size is defined while creating the database, what size will the database have?
What are views used for?
What is an inner join?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
What is the command used to recompile the stored procedure at run time?
How to optimize stored procedures in sql server?
Describe how to use the linked server?
Define Business Edition in SQL Azure?
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
What is replication with database mirroring? : sql server database administration
How to count rows with the count(*) function in ms sql server?
How to create a local temporary stored procedure?