Forum Replies Created

Viewing 15 posts - 1 through 15 (of 35 total)

  • RE: Utility Control Point - can SQL 2005 be an enrolled instance ?

    As far as I know it's not possible to enroll anything other than 2008 R2 into UCP. I found the following on the MS website.

    "Before you create a UCP,...

  • RE: Maintenance plans

    Are you talking about MSDE? Yes, you can manage MSDE instances from your desktop. I have about 20 of them I manage. You just have to register them in EM....

  • RE: Restore database without transaction log

    In order to get a smaller transaction log for your restore you will have to shrink the original transaction log and do another backup. During a restore transaction logs are created exactly...

  • RE: Mail Profile option greyed out

    Thanks for the responses. It turns out the mail profile wasn't installed under the domain service account for SQL Server.

    Cheers.

  • RE: Alerts

    CPU utilization doesn't exist in the SQL Server Performance counters, so I don't think you can do it with the SQL Agent alerts.

    We currently manage high CPU utilization issues through...

  • RE: Make Best out of interesting situation

    The only way to have fail-over capability would be to build a cluster with either microsoft or veritas clustering. However, there are many other ways to have redundancy in SQL...

  • RE: What is point in time recovery?how to plan for it

    If you lost your system completely, then you will only be able to recover to your last transaction log backup, which in your case would be 4pm.

  • RE: How to know if RollBack running

    No. It should show status as Rollback. That is the way I have seen it before.

  • RE: What is point in time recovery?how to plan for it

    Point in time recovery allows you to restore a database to a certain date and time.

    Let's say you had a someone delete a table on Monday @ 9am. With Point-in-time...

  • RE: How to know if RollBack running

    Have you looked under Current Activity/Process Info in EM? I would think you should see it in the status column under one of the system processes.

  • RE: Logfile is too high

    Good point Rudy. You need to make sure to backup the transaction logs more often in order to keep the log file size down.

  • RE: Multiple Users Designing Packages

    Thanks for the response. That is the way I am currently working around the problem. However, it doesn't seem to work in all instances. What I mean is, when a person...

  • RE: Telnet Client

    I have never heard of anyone connecting to SQL Server through Telnet. However, I could be wrong.

  • RE: Resolving deadlock

    You might try adjusting the indexes on the tables that are being deadlocked. I have had issues with this in the past, and have had some success in solving it...

  • RE: Logfile is too high

    Yes. You need to truncate the log, then use the dbcc shrinkfile command to reduce the logfile size.

Viewing 15 posts - 1 through 15 (of 35 total)