Viewing 15 posts - 511 through 525 (of 560 total)
GilaMonster (9/28/2012)
It was Paul Randal, not Kimberly, and he did not say they were random numbers, he said they were rough guidelines that he made up based on his knowledge...
September 28, 2012 at 9:56 am
Gail can correct me if I'm wrong.
But unless your Index is static and insertions happens at the end, altering FILL factor will do little or nothing in performance gain or...
September 28, 2012 at 9:08 am
There is no "magic number" for fill factor, as it depends of your Index and table's activity. If the Index is static, I would recommend leaving default fill factor. If...
September 28, 2012 at 7:57 am
GilaMonster (9/27/2012)
See my edit of the previous post.You're missing RID locks in your IN.
You're right!
I'll take a look this morning and fix ...
September 28, 2012 at 5:38 am
What I got so far ...
SELECT request_session_id,
DB_NAME(resource_database_id) AS DatabaseName,
COUNT(*) AS TotalLocksPerType,
request_mode,
...
September 27, 2012 at 2:42 pm
Thanks!
That's clarifies the db lock or zero there.
I am almost there. Once done, I will post it, maybe it can help someone else ...
September 27, 2012 at 2:22 pm
Thanks for reply.
Yeah, I've spent almost the whole morning trying to write it for "rows".
Got this so far ...
CASE
WHEN...
September 27, 2012 at 1:21 pm
Perry Whittle (9/19/2012)
sql-lover (9/19/2012)
-I am using smart ReIndex-The ReIndex will run for 1st time
How do you know? Unless you force reindex you could end up reorging some indexes and this...
September 19, 2012 at 2:40 pm
This database has been running without jobs for years. And before you ask ... no, I was not the DBA before ... 🙂
-I am using smart ReIndex (Ola Hallengren solution)
-The...
September 19, 2012 at 2:26 pm
PaulB-TheOneAndOnly (9/19/2012)
Any chance of doing it during a maintenance window where you set recovery mode to simple? that would keep t-logs from growing.
Hi Paul,
1st, thanks for reply.
I'm afraid I...
September 19, 2012 at 1:08 pm
It took 4hrs to complete ... but no errors ...
CHECKDB found 0 allocation errors and 0 consistency errors in database xxxxxx
I guess that next (and last step) is creating a...
September 12, 2012 at 12:31 pm
Well,
I restored the database on a different server and same MS-SOL flavor (or almost) but it's the best I can do, I have no more available servers and space for...
September 12, 2012 at 8:03 am
MysteryJimbo (9/11/2012)
September 11, 2012 at 5:46 pm
wb.spiekerdoyle (9/11/2012)
In regards to recreating logins and resetting SIDs:
All the logins and service accounts are using domain accounts. I...
September 11, 2012 at 11:26 am
MysteryJimbo (9/11/2012)
This is why logshipping is a better method of migrating/update database server as there are no restrictions. Logshipping is also guaranteed not to have an impact on the...
September 11, 2012 at 9:44 am
Viewing 15 posts - 511 through 525 (of 560 total)