Viewing 12 posts - 1 through 13 (of 13 total)
ok to answer some of the questions :
1) why are you planning to partition such a small table?
Because the existing month end processing which apparently updates this table(...
October 8, 2018 at 5:11 pm
October 4, 2018 at 8:09 am
October 4, 2018 at 8:03 am
I guess I didn't explain my case properly. The two date values in integer will not go away from table , I just want to add a new column which...
October 4, 2018 at 7:30 am
Thanks for the suggestions guys.. Since this is not to be done urgently, I'm inclined to explore MDS and then make a decision even if it takes up some time....
July 5, 2018 at 6:25 pm
option 1 :
create a CURSOR.For each row in the table, read the columns into varibales and check for the range and then update a counter,later update the counter before...
May 2, 2013 at 12:12 am
thanks , I'm sure this soultion would work , howeevr i was still interested to know whether it is possible to use the same file in 'Read Only' mode just...
February 20, 2013 at 10:24 pm
thanks... the error was due to data type mismatch where the SQL is trying to convert an alphanumeric valkues into integer before comparing.
I have resolved it using ISNUMERIC() function ,...
November 2, 2011 at 4:13 am
please let me know if using try,catch can help..
November 2, 2011 at 2:35 am
nice article for beginners.. thanks..now i can ask the new joiners to refer to this article directly.
August 18, 2011 at 4:39 am
thanks so much for the info people :-)... i had spent hours rectifying this error...
February 8, 2010 at 2:03 am
Viewing 12 posts - 1 through 13 (of 13 total)