adspace


On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?

Answer Posted / Vipul Negi

The data might not have persisted due to a database crash or an issue with transaction management. When performing multiple INSERT statements without explicitly starting a transaction and committing it, the data may only exist in memory and could be lost if something goes wrong before committing the changes.nnTo prevent such issues, always use transactions by surrounding your operations inside BEGIN TRANSACTION, COMMIT, or ROLLBACK statements.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi , any one can help me on the same,this is regarding the Informatica Function doc,i want to know how developer is will develop the mapping. pl forwar the any function doc .just for my references. svlc75@yahoo.co.in

2107