Answer Posted / veeresh kethari
Schema is a collection of database objects.Using database
objects will manage the data in the database.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are indexes in sql?
How many ways to create table-valued functions?
Explain indexes disadvantages?
What is correlated subquery in sql server?
What is difference between line feed ( ) and carriage return ( )?
Why do we partition data?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
How many levels of sp nesting are possible?
List the advantages of using stored procedures?
How to return the date part only from a sql server datetime datatype?
What the different components of Replication and what is their use?
What are the types of dml?
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
Define union, union all, minus, intersect?
Is sql server a database?