Forum Replies Created

Viewing 15 posts - 27,436 through 27,450 (of 39,769 total)

  • RE: Forum Content Display. (General Suggestion)

    It looks fine here.

    Can you tell me which browser and what's hidden? Maybe upload a screen shot?

  • RE: forums issues

    When you are in the forums, the Control Panel link is to the upper left, just below your name.

    What do you mean about back and forth? not sure here what...

  • RE: Rowversion

    I think it's good that we ask questions about things that you don't know about. We can't control when something is introduced, so the question was designed to help you...

  • RE: The Starting Point

    not to defend Microsoft because I have the same complaints about speed, but they design for future hardware. They always have so that the new OS takes advantages of hardware...

  • RE: SQL Profanities

    Andy Warren has a saying I love. "Always use the defaults until you have a reason, and know better, why something else should be done."

    I think that applies here. Those...

  • RE: Rowversion

    The question has been edited to show SQL Server 2005 as the context.

  • RE: Building a Security Philosophy

    I'd agree with Andy. The issue I have with datareader is that it automatically gives rights to all tables. So if I add a table to store anything, meta information...

  • RE: The Active DBA

    Heck, I used to enjoy karate tournaments.

    Easy to tell who wins when only one is still standing 😉

  • RE: Cross Team Headaches with Backups

    I'd agree with Michael. You want notification of failed backups from that group. If they don't want to let you know, bring up the issues and show it's needed so...

  • RE: DTS package runs fine, but when I schedule the job...job runs forever and ever

    Run it from the server as well. When you run it from your workstation, it runs under the context of your workstation. When it's scheduled, it runs from the server....

  • RE: Backup of standby database

    If you have Enterprise, potentially you can snapshot it

    If you restore it with STANDBY, you could query it and suck out data.

  • RE: Restoring database from another server and assigning permissions

    EXECUTE AS for the add login step.

    Otherwise do what you are doing.

  • RE: SQL Server Behaviour

    SQL Server will search all rows that meet the WHERE clause, with matches and perform the update.

  • RE: Why is my log truncating?

    Run a trace.

    The only things that truncate a log file are a checkpoint if you are in simple mode, or the backup log command.

    CHECKDB has nothing to do with it.

  • RE: page file usage very high

    you've given spots of information there. Did SQL install or not?

    What are the complaints about specifically? What are the people doing?

Viewing 15 posts - 27,436 through 27,450 (of 39,769 total)