Viewing 15 posts - 76 through 90 (of 206 total)
mah_j (4/28/2013)
4.What would happen if it is canceled during the rebuild or dbreindex ?
Gail, dbreindex or alter reindex is not single unit of transaction? is it? So if we...
April 30, 2013 at 8:37 am
I suggest just deattach and attach it, so replication entry may be removed.
April 30, 2013 at 7:08 am
seems space problem. can you check this url.
April 29, 2013 at 10:32 am
Hi Matt,
Shall we get any update over this issue? You sorted it out?
April 25, 2013 at 8:44 am
You have only 2 processor?. In OLTP, this wait is not typical, but in OLAP.
Find out the query which is running in parallelism and taking high cpu usage.
April 25, 2013 at 8:26 am
I would recommend a constant monitoring of BPool usage by the same query for a couple of days (particularly Peak Hours) to get a usage limit. So that you can...
April 25, 2013 at 8:20 am
stehoban (4/25/2013)
From the 1st query listed above (to return the objects in the buffer) i get...
April 25, 2013 at 7:59 am
SELECT
p.[object_id],
p.[index_id],
pc.[partition_column_id],
pc.[modified_count]
FROM sys.system_internals_partition_columns pc
JOIN sys.partitions p
ON pc.[partition_id] = p.[partition_id]
WHERE p.[object_id] =...
April 25, 2013 at 7:24 am
Wont recommend "clear" of that object from Buffer Pool.
Whats your max memory server setting? what is size of that big object in BPool? Do you face any performance problem...
April 25, 2013 at 6:57 am
along with AWE, you have to use PAE in boot.ini to reveal physical ram more than 16gb.
April 23, 2013 at 8:26 am
SP_START_JOB 'YourJOBname' will do it. also follow Lowell's instruction.
April 19, 2013 at 8:09 am
Have you tried Proxy Accounts ?
April 5, 2013 at 5:11 am
Viewing 15 posts - 76 through 90 (of 206 total)