Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What are indexes? When do you need to create Indexes?
4 Answers CarrizalSoft Technologies, HP,
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
Explain relational data?
is it possible to use a variable in a query with the IN clause (a,b,c..z), without getting quotes or conversion errors?
What are the advantages of paper records?
what is a join and explain different types of joins? : Sql server database administration
Explain transaction server explicit transaction?
How do you start single user mode in clustered installations?
What do you understand by a view? What does the with check option clause for a view do?
What is dirty read?
How many nested transaction can possible in sql server?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?