Viewing 15 posts - 56,071 through 56,085 (of 59,067 total)
CAST (CHD_MONTHLY_INT_RATE AS DECIMAL (12,6) ) /100000
June 20, 2007 at 5:40 pm
The likely reason it took 78 seconds the first time is because it probably made TempDB larger... the default initial size of TempDB is woefully inadequate. Our production box at...
June 20, 2007 at 9:33 am
Heh... thanks, James. Yeah, I use it a lot, as well... there are a couple of methods that are a bit faster, but there's none simpler or easier to write. ...
June 20, 2007 at 7:23 am
Pretty sure thats not the way it works, Tomm. If it's 14:00 in central and GMT is used to write the time, the time that will be written is 20:00...
June 20, 2007 at 7:18 am
Midan,
At the risk of sounding mean, you're starting to sound a bit like a broken record... answer Jame's question... ARE YOU USING SQL SERVER 2005 OR NOT?
June 20, 2007 at 7:02 am
Thanks, Pop... I'll see what I can do... bet lot's of other folks jump on this one, as well. It's an interesting and classic problem...
June 19, 2007 at 12:27 pm
Thanks, Steve Hare...
I'll see what I can hammer out but I'm also interested in what Steve Jones said about searching a "services list" for MSSQL%. I just need to find...
June 19, 2007 at 12:24 pm
Steve Jones,
I'm a bit ignorant here... how do you "run a query, the search for MSSQQL% in the services list ia a more accurate way"? Where is that "services List"...
June 19, 2007 at 12:22 pm
Heh... Oxygenated Hydro-Carbon intebation.... at least THAT can be done![]()
June 19, 2007 at 9:40 am
Steve,
Would you post the "dos reg /query" code you're using to find the version? Then I'll see what I can do...
June 19, 2007 at 7:01 am
Also, not sure what you were looking at, but even you second example took over a minute the first time I executed it.
June 19, 2007 at 6:38 am
Thilina,
The real key is that Oracle caters to ISAM programmers (I call it "RBAR" which is pronounced "ree-bar" and is a Modenism for "Row By Agonizing Row") and cursors and loops,...
June 19, 2007 at 6:33 am
As a previous post inferred... do you have cursors and/or WHILE loops? That'll be the performance killer... you might want to post your code with a description of what it...
June 19, 2007 at 6:07 am
Sugesh,
Do you have any batch code that will actually do this?
June 19, 2007 at 5:58 am
They bought a monster machine... thought they should have some monster software that can actually use all of it
And, of course,...
June 19, 2007 at 5:16 am
Viewing 15 posts - 56,071 through 56,085 (of 59,067 total)