Viewing 15 posts - 4,141 through 4,155 (of 18,926 total)
Ninja's_RGR'us (8/1/2011)
I've never seen anything else that could explain this... will hang around just in case.
:ermm:
August 1, 2011 at 7:58 am
Are you using nolock hints or read uncommitted?
http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx
August 1, 2011 at 7:54 am
Well for sure editing an index could cause this.
This is the first I hear of stats being dropped. Tho I can understand the decision behind the behavior.
Other than a...
August 1, 2011 at 7:54 am
SELECT nCounter, vInOutTag, nEmpNo,
MAX(case when day(dtinout) = 1 then dtinout end) as col1,
MAX(case when day(dtinout) = 2 then dtinout end) as col2,
MAX(case when day(dtinout) = 3 then dtinout end) as...
August 1, 2011 at 7:46 am
I've never seen anything else that could explain this... will hang around just in case.
August 1, 2011 at 7:38 am
Go in SSMS, sql agent, create a new job. Paste your query there and schedule it however in it.
August 1, 2011 at 7:27 am
That actually can't happen. The restore of a backup is a perfect copy of the DB (including index and stats).
Either the backup is older than the db itself or...
August 1, 2011 at 7:18 am
Check the statsdate() for a few of those tables. If they match the date the job ran then it was updated and the "reporting" you're getting is misleading.
Also assuming...
August 1, 2011 at 7:03 am
AFAIK this could be done is a very small maintenance window.
Bring the prod server offline (shut down).
Open the other one. Rename the machine, server, @@servername. whatever you need.
Once...
August 1, 2011 at 6:50 am
Not that I know off. The real quesion is why do you care about that?
Each stats is very small on the HD.
August 1, 2011 at 6:48 am
GSquared (8/1/2011)
It gets worse than just accents.I've had a multitude of people assume I'm not American, because I "speak well" instead of "talk good".
Are you sure it had nothing to...
August 1, 2011 at 6:32 am
Mad-Dog (8/1/2011)
and when i need...
August 1, 2011 at 6:01 am
Lavanyasri (8/1/2011)
hi ,How to check the two servers in the same domain or different domain ??
Asked your domain admin??
August 1, 2011 at 5:37 am
Eugene Elutin (8/1/2011)
The query looks like the reporting one...
50%-50% on this particular query. But I was talking more general cases (for future googlers).
August 1, 2011 at 5:37 am
Viewing 15 posts - 4,141 through 4,155 (of 18,926 total)