Viewing 15 posts - 211 through 225 (of 317 total)
It looks like all of the data was read from cache, since you had 203 logical rads and 0 physical reads.
If you do not run CHECKPOINT before running DBCC DROPCLEANBUFFERS,...
May 1, 2013 at 10:31 am
UNC path would be preferable.
Where exactly is Z: mapped to? You may not really know unless you log on as the service account.
In an ideal world you should be...
April 26, 2013 at 10:20 am
I agree. It is a tautological example.
You would not need an "exists" check if you have a foreign key constraint.
However the part on "not_trusted" is very useful.
And...
April 26, 2013 at 9:59 am
I believe, that if ownership chaining is good and the explicit dbo is the same in both databases,
then all that is needed is for the login to be a...
April 25, 2013 at 3:07 pm
I run most of my maintenance and monitoring from a central server (one id DEV, one in TEST and one in PROD).
I use powershell scripts scheduled via SQL agent jobs.
Most...
April 25, 2013 at 2:56 pm
What do you see while the backup is running?
Are one or more CPUs pegged?
Do you see disk queue length rising?
April 24, 2013 at 9:45 am
Is there an open transaction, holding locks to the table?
April 24, 2013 at 9:31 am
Unless you are using credential/proxy to run the SQL agent job step, it will be run
by the service account that runs the SQL Agent service.
So either make sure the service...
April 24, 2013 at 9:29 am
Maybe I am the one confused here.
I am used to adding instances from a slipstreamed install on a cluster.
April 9, 2013 at 10:36 am
No, but in order to identify issues related to parallelism going out of whack, it is a place to start.
April 9, 2013 at 9:43 am
Also, check the power saving settings on the PROD server.
April 9, 2013 at 9:39 am
Try setting MAXDOP to 1-8 on your test server instance and see if that changes things.
Also run some typical queries that are behind some of the slowest actions on each...
April 9, 2013 at 9:38 am
Look at the explicit permissions on the Log folder for both instances.
make sure they are the same.
This may have to do with your permissions while you are looking at the...
April 9, 2013 at 9:26 am
Is this the log reader agent or the distributor agent? You mention both.
What happens when the agent job restarts?
Do you have the job set to auto restart on...
April 9, 2013 at 9:10 am
Viewing 15 posts - 211 through 225 (of 317 total)