Viewing 4 posts - 31 through 34 (of 34 total)
Even if there are duplicates in the select, will it not get caught in the if exists for the second insertion/ duplicate insertion ??
The Primary key for TableA is mentioned...
October 19, 2009 at 4:52 am
I was inserting some test data before executing the SP all in one transaction.
I tried it without using a rollback and it worked fine!
Why should an email be queued if...
September 15, 2009 at 8:54 am
I have a weird problem here.
In my first two attempts, the email was delivered successfully, however now it gives me the message
'Mail queued'
Any reason, why this should happen?
I checked...
September 15, 2009 at 7:27 am
It is better to try both(temp tables and table variable) before deciding. A stored procedure I am working on requires two temporary structures. However, one of them needs rows to...
August 28, 2009 at 2:18 am
Viewing 4 posts - 31 through 34 (of 34 total)