Viewing 15 posts - 106 through 120 (of 216 total)
Looks like it rolled over to the 1 million mark overnight!
Kev
January 28, 2009 at 6:06 am
Schadenfreude-Mei (12/2/2008)
December 2, 2008 at 7:57 am
You can do this by amending the Local Policy.
Obviously only do this if you are comfortable using the Policy Editor
Start - > Run - > gpedit.msc
navigate to User Configuration -...
December 2, 2008 at 5:23 am
Hi all,
thanks for all your comments, very encouraging!
Jeff- sorry the title didn't meet expectations - I was just trying to make it more exciting!
Roger - I take all your points...
December 1, 2008 at 8:57 am
yisaacs,
the @Result parameter is holding the datetime from your query.
You then select the number of seconds different from current time but don't affect @Result at all.
Your IF is then using...
November 4, 2008 at 8:36 am
I am in the UK, where we currently are in GMT (any daylight saving time is over).
The bottom of the page states
All times are GMT, Time now is 3:41pm
but...
October 28, 2008 at 8:43 am
dhayes,
I guess you are new to SQL 🙂
The first time you ran the script, you were creating a stored procedure, teh scond time errored, as you found out, because the...
October 28, 2008 at 5:59 am
Mark,
are you sure you are running this against a SQL2005 instance?
Kev
October 28, 2008 at 3:21 am
I guess thats a good thing in a cross-technology standard!
Kev
September 30, 2008 at 4:04 am
GilaMonster (9/16/2008)
It doesn't take into account existing indexes
Gail, can you explain what you mean ??
Kev
September 16, 2008 at 6:33 am
smunson,
I think Steve means on the podcast....
Kev
September 2, 2008 at 8:13 am
ALZDBA (9/1/2008)
- look for implicit conversions (show xml execution plan)- how is your sqlservers memory doing (pressure ?)
wouldn't implicit conversions affect both the production and test environments?
memory pressure - Clive...
September 1, 2008 at 1:55 pm
Can you force a recompile on the Production server (WITH RECOMPILE)?
Is parallelism turned on? Is it configured (MAXDOP). Does it appear in either of the execution plans?
Any chance of...
September 1, 2008 at 10:39 am
crichardson (9/1/2008)
I tried updating statistics and clearinging the proc cache but didn't make any difference.
Was this on both the production(gulp) and test servers?
Kev
September 1, 2008 at 9:41 am
Another thought - are the indexes the same? and is the data the same?
Kev
September 1, 2008 at 8:05 am
Viewing 15 posts - 106 through 120 (of 216 total)