Viewing 4 posts - 1 through 4 (of 4 total)
Thank you very much, it helps a million.
Cheers,
November 22, 2011 at 6:22 am
Thanks for your suggestions...
I have looked around the problem w.r.t triggers, and i found that, the trigger is causing the problem, i have two triggers one is for update and...
February 1, 2010 at 11:31 pm
I tried with DBCC OPENTRAN, it shows nothing...displays below msg
No active open transactions.
January 29, 2010 at 4:17 am
We can also use the below conversion to get the same result.
e.g to get only two digits after decimal for a value 6.0834298900
Select LTRIM(RTRIM(STR(6.0834298900,10,2)))
results in 6.08
Cheers,
Madhava.B
September 22, 2009 at 9:26 am
Viewing 4 posts - 1 through 4 (of 4 total)