Viewing 15 posts - 1,321 through 1,335 (of 1,790 total)
Yes, under the Events tab in Profiler, select the Objects event class and add all or the appropriate ones for your monitoring.
August 28, 2008 at 6:30 am
Have you looked at the activity on this database to determine what minimally logged operations are being run and expanding the logs through either a trace or looking at the...
August 28, 2008 at 6:23 am
Far shot here but is it possible that this database still sees itself as a publisher and has trasactions waiting to be replicated to the distributor? Have you disabled publishing...
August 28, 2008 at 4:33 am
With distance comes increased latency so, depending on the amount of transactions you are replicating, and the amount of distance you are travelling, will determine how much latency you are...
August 27, 2008 at 9:48 pm
I remember years ago MS had some recommendations but even that there was nothing concrete that I had found. Still haven't seen any yet. If you find them please post...
August 27, 2008 at 9:39 pm
When you say you solved the problem, did you kill some really offensive query? 😉 Being that CPU wasn't pegged and Disk IO wasn't the issue, there isn't much else...
August 27, 2008 at 2:46 pm
Are you using native SQL backups? If so, compression will definitely help. There are some nice 3rd party tools out there that can bring the time and the size of...
August 27, 2008 at 1:24 pm
More information "Setup requires user to be in the administrator group in order to continue the installation process. Setup is aborting as the current user is not in the administrator...
August 27, 2008 at 1:17 pm
"Setup is aborting as the current user is not in the administrator group." shows up not to long before the failure. Are you an admin on this box / instance?
August 27, 2008 at 1:14 pm
Thanks Gail. I was just about to start testing this too because I believe I have seen it pick up missing indexes without having anything in the where clause as...
August 27, 2008 at 11:42 am
There far too many variables to consider when looking at defining a good disk configuration to recommend but we use information based on read / write activity and stall information...
August 27, 2008 at 9:44 am
I am not to familiar with Express so, there are probably others that can help more in this area. Have you had any other disk related errors or any IO...
August 27, 2008 at 9:31 am
This is by design so that data consistency can be maintained. There are some things you can probably to do alleviate some of that but not without certain risks being...
August 27, 2008 at 9:21 am
The first two you can run anywhere but they are just information for the instance level security. The second two need to be run in the individual databases.
August 27, 2008 at 9:14 am
You would want to look at some of the system stored procedures to get this information including sp_helpsrvrolemember, sp_helplogins at the server level and sp_helpuser, sp_helprolemember at the database level....
August 27, 2008 at 9:07 am
Viewing 15 posts - 1,321 through 1,335 (of 1,790 total)