Viewing 15 posts - 9,631 through 9,645 (of 22,213 total)
Don't forget the "one true index." All we need is a single, perfect, clustered index that will be all things to all people for all queries for all time. Any...
August 26, 2013 at 6:35 am
jcrawf02 (8/22/2013)
I always suspected Grant was really an owl
Nice! I like it.
August 22, 2013 at 7:12 am
hunchback (8/21/2013)
SQL Server uses different approach to estimate cardinality when you use parameters or...
August 21, 2013 at 12:33 pm
GilaMonster (8/20/2013)
Grant Fritchey (8/20/2013)
GilaMonster (8/20/2013)
Grant Fritchey (8/20/2013)
I thought the internal/hidden snapshot was a different critter than the snapshots we create. But, hey, happy to be wrong.
No, the same thing, same...
August 20, 2013 at 9:33 am
GilaMonster (8/20/2013)
Grant Fritchey (8/20/2013)
I thought the internal/hidden snapshot was a different critter than the snapshots we create. But, hey, happy to be wrong.
No, the same thing, same behaviour, same mechanics.
The...
August 20, 2013 at 9:11 am
GilaMonster (8/20/2013)
Grant Fritchey (8/20/2013)
August 20, 2013 at 8:20 am
HanShi (8/20/2013)
Grant Fritchey (8/20/2013)
August 20, 2013 at 7:24 am
First question, always, slow as compared to what? You need to understand where to focus your efforts.
Assuming, as Jeff points out, we have indications of a database problem, then move...
August 20, 2013 at 7:19 am
A backup is a page by page copy of the database. A restore is therefore also a page by page copy of the database. There is no way to modify...
August 20, 2013 at 7:07 am
Another option for testing, but only for testing read operations, is to export the statistics from the production database and then import them into your test database. The query optimizer...
August 20, 2013 at 7:05 am
Not that Jeff's answer needs reinforcement, it sure can't hurt to repeat the fact that backing up to a local drive through some automated process (I assuming you're automating your...
August 20, 2013 at 7:03 am
But, by snapshotting to a seperate set of disks and then performing DBCC there, you won't be seeing the physical layout checks run against the original set of disks. If...
August 20, 2013 at 7:00 am
I'd suggest first understanding why you're experiencing the blocking. You can use sys.dm_exec_query_stats to see what is being blocked. Resolving the issues at the query or index/structure level is the...
August 19, 2013 at 1:07 pm
below86 (8/16/2013)
August 16, 2013 at 1:16 pm
calvo (8/16/2013)
August 16, 2013 at 12:37 pm
Viewing 15 posts - 9,631 through 9,645 (of 22,213 total)