What is the datatype returned by count(*)
Answer Posted / srinivas
int
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you improve the performance of a SQL Azure Database?
What are the advantages of having an index on the sql server?
What is an etl file?
How you can change the database name in SQL SERVER?
Explain relational data?
How to provide default values to stored procedure parameters?
Where cross join is used?
What are views in ms sql server?
How to list all field names in the result set using mssql_field_name()?
Different types of keys in SQL?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
Explain about thread and memory management process of SQL?
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 to check if a table is being used in sql server?
How to access the deleted record of an event?