hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
Answer Posted / dinesh
oracle
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What’s the use of custom fields in report?
Data table as parameter in sql server?
In which tcp/ip port does sql server run? Can it be changed?
What is database replication? What are the different types of replication you can set up in sql server?
Explain the properties of sub-query in sql server?
Why use “nolock” in sql server?
Which data type columns are the best candidates for full-text indexing?
What is the meaning of resultset type_scroll_insensitive?
How to connect of datebase with sql express.?
Explain syntax for disabling triggers?
What is normalization process?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What is correlated subquery in sql server?
Do you know what is openxml in sql server?
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