Forum Replies Created

Viewing 15 posts - 16,756 through 16,770 (of 39,901 total)

  • RE: Resource Governer

    There is no implication in the question, at least not from what I read, that RG was enabled and disabled. It is "disabled" for non-internal groups by default, and doesn't...

  • RE: RAID 5

    There is no trick. When we specify drives, you should assume physical drives. The same applies on the Microsoft exams. There is no intention to trick you or come up...

  • RE: Bad IT People

    Dizzy Desi (3/2/2011)


    What about when management forces or tries to force you to do something that you know is wrong? Such as giving them data that's private, but they...

  • RE: Heaps

    The questions has been corrected (again, sorry) to note that 2 answers are required. The standard MS tests tell you how many answers you need to select, and I...

  • RE: Professional Development Week

    BrendaD (2/28/2011)


    Really? Do you not find that a tad offensive?

    Who is the audience for such comments? Or more importantly, who are you trying to exclude?

    Just wondering...

  • RE: Professional Development Week

    OCTom (2/28/2011)


    The martial arts maxim sounds backward to me. Isn't it that the improved performance of an individual in a group improves the overall performance of the group?

    I don't think...

  • RE: Migration Strategy for my environment

    If you have new hardware, you will install the new software on it, then move logins

    Login migration: http://www.sqlservercentral.com/articles/934/

    Move over databases from either a backup/restore or detach/attach, then script out alerts/operators/jobs...

  • RE: Quoting when replying

    Yes, it's a bug in the system when two people are posting at similar times. Low priority, but it's on our list.

  • RE: sql remote access

    You haven't asked a question. You made three statements.

    You can install SQL Server on one, and the client tools on the other machine and have them work. You will have...

  • RE: SQL Server 2008 Build List

    That typically means you specified the instance name as "inactive" when you installed it. It's a name, but shouldn't affect the SQL Server.

    It is off topic for here. If you...

  • RE: Creating a database that is enabled for FILESTREAM storage..

    Did you add a filegroup for your database that includes filestream data? If you look at the database creation script in the article, you will see (emphasis mine):

    USE MASTER

    GO

    ...

  • RE: log backups not clearing transaction log - no open transactions found

    LOL, glad it worked. Note, that you shouldn't be shrinking the log regularly. If you need that space for index rebuilds, leave the log where it maxes and let is...

  • RE: log backups not clearing transaction log - no open transactions found

    replication enabled? If not, I might suspect that you have a large VLF that's active. The log is divided up, and depending on how it was sized and grown, you...

  • RE: Creating a database that is enabled for FILESTREAM storage..

    Filestream has to be enabled in SQL SErver (sp_configure) and also in Configuration Manager, as a note to the OS that this is allowed. So two settings to change.

    Then check...

  • RE: Migration Strategy for my environment

    Are you migrating to new hardware or upgrading in line?

    No matter what, be sure you have good backups of all databases ( including master/msdb) on another machine before you start.

Viewing 15 posts - 16,756 through 16,770 (of 39,901 total)