Viewing 15 posts - 1 through 15 (of 27 total)
MysteryJimbo (9/7/2012)
The best way to do it would be to update the rows iteratively in batches. I would create a working table with all the primary keys and use...
September 7, 2012 at 1:11 pm
MysteryJimbo (9/7/2012)
Do you mean Altering the table structure?
No. I meant updating the rows ( values ) of some columns
September 7, 2012 at 12:27 pm
sorry for not being clear. I want to update all the rows which may take quite some time but many users are accessing the table. I was asking is there...
September 7, 2012 at 12:26 pm
Thank you very much :-). Its interesting to know that the Try catch doesn't work with all the errors. Is there any specific list of error numbers that Try Catch...
November 10, 2011 at 2:55 pm
Thank you very much :-). Its interesting to know that the Try catch doesn't work with all the errors. Is there any specific list of error numbers that Try Catch...
November 10, 2011 at 2:54 pm
Can anybody pls help on this issue ?
November 10, 2011 at 1:32 pm
No trigger on the table, in fact no table exists as such.
I don't understand the transaction error, shouldn't it directly jump to the catch block and rollback the transaction...
November 10, 2011 at 12:28 pm
Go it, Thanks Lowell 🙂
ek
November 10, 2011 at 12:08 pm
It happens. It is a learning process every body go through. Have fun
Eranna Kuruva
August 25, 2011 at 9:03 am
Pls ignore this, i did a complete reinstall for SQL 2005 and it worked for me 🙂
Thanks
October 26, 2010 at 11:46 am
I just got the prod version and it has try catch block to eat the exception ,ooo what a crud way http::crazy:
Never mind, pls ignore this
July 21, 2010 at 5:05 pm
Hi Paul,
Thanks for your reply. I am actually running a report from the UAT website which is connecting to Oracle database. So, i need to to know when i click...
July 16, 2010 at 2:48 pm
You are right. the only issue is it updates the empty rows (with blank spaces )with 00 and i have to write another statement to update them to blank. But...
June 8, 2010 at 2:58 pm
Thanks for clearing all my doubts 🙂
September 17, 2009 at 5:06 pm
Viewing 15 posts - 1 through 15 (of 27 total)