Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 1,790 total)

  • RE: SQL Server Activity Monitoring

    Yes, under the Events tab in Profiler, select the Objects event class and add all or the appropriate ones for your monitoring.

  • RE: Database Log File Size Problem

    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...

  • RE: Database Log File Size Problem

    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...

  • RE: Merge Replication

    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...

  • RE: Naming Guildlines / Standards

    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...

  • RE: Confusing (for me) PerfMon counters

    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...

  • RE: Backup Restore to test SQL Server 2000

    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...

  • RE: Product: Microsoft SQL Server 2005 Backward compatibility -- Installation failed.

    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...

  • RE: Product: Microsoft SQL Server 2005 Backward compatibility -- Installation failed.

    "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?

  • RE: SQL 2005 Missing Indexes

    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...

  • RE: How much Disk IO is Required for particular sql 2000 or 2005?

    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...

  • RE: Bacupexec DB getting inconsistency errors

    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...

  • RE: Unlock table

    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...

  • RE: Logins and Roles on the Server

    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.

  • RE: Logins and Roles on the Server

    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....

Viewing 15 posts - 1,321 through 1,335 (of 1,790 total)