Forum Replies Created

Viewing 15 posts - 16,681 through 16,695 (of 39,830 total)

  • RE: Professional Development Week

    Ah, perhaps that wasn't a great picture. I thought it was funny. It came from a SQL Saturday presentation by Kevin Kline.

  • RE: Heaps

    Doh! Fixed

  • RE: Are the posted questions getting worse?

    I leave for a few days and this thread starts to sound like SQL-Seuss

  • RE: CPU Utilisation 100%

    Might read this and see if it helps: http://www.sommarskog.se/query-plan-mysteries.html

  • 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

    ...

Viewing 15 posts - 16,681 through 16,695 (of 39,830 total)