Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 7,498 total)

  • RE: De-normalize or index?

    By default, put indexes on your FK columns (so they match the PK they refer to) and have the FK declared with check.

    Grant published a little but great article on...

  • RE: disk alignment for HDD & SSD

    please read http://technet.microsoft.com/en-us/library/dd758814(SQL.100).aspx for more info.

    ps

    AFAIK SSDs no longer use read/write heads, so they won't have to be aligned ...:w00t:

  • RE: Default trace - A Beginner's Guide

    Default trace typicaly has trace id 1.

    Check sys.traces to figure out what kind of trace that is, what file it tries to write to, and check if you can correct...

  • RE: SQL2005 SP4 is here

    Installed it on my laptop instance.

    It took 30 minutes.

    First impressions: seems to be working fine.

    First startup of SQLAgent got a "Warning [1]: Possible date calculation spin for Schedule 1"....

  • RE: Are the posted questions getting worse?

    SQLkiwi (12/18/2010)


    ALZDBA (12/18/2010)


    Hey .. paulwhitenz also disappeared at SSC.:hehe:

    Welcome SQLkiwi 😀

    Keep in mind to have SSC altering your twitter refs in your articles 😉

    Thanks, though the old twitter references...

  • RE: Are the posted questions getting worse?

    Hey .. paulwhitenz also disappeared at SSC.:hehe:

    Welcome SQLKiwi 😀

    Keep in mind to have SSC altering your twitter refs in your articles 😉

  • RE: SQL2005 SP4 is here

    sorry for that :Whistling: 😉

    btw If these managers have some kind of awareness, they would understand you first need to test it on a DBA-only instance, before you can implement...

  • RE: SQL 2005 Migration to SQL 2008

    Are you already familiar with SQL2008.

    If not, start testing it yourself !

    maybe even get an upgrade course.

    for your db/instance:

    1) download SQL2008 upgrade advisor

    2) run it against the db you want...

  • RE: inner join vs correlated query

    - Personally I don't like those column level select statements in the select clause.

    Maybe the engine will even parse it into a join for you, but IMO it is a...

  • RE: How to prevent a sore throat after hours of presenting ppt ?

    With regards to the beverage, I used milk and honey and that did a good job.

    But I will take it into my notes.

    That breaking up will indeed be needed if...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (12/16/2010)


    Stefan Krzywicki (12/16/2010)


    I wonder if he's still doing that now that there's Intellisense. I like aliases, even one letter ones, but they have to be...

  • RE: GetDate() or CURRENT_TIMESTAMP

    I noticed my devs prefer getdate because they get confused by sqlservers timestamp data type and that same word in current_timestamp !

    :blush:

    I think that issue should have been fixed by...

  • RE: CAN THIS BE DONE

    As stated by the other repliers, it doesn't seem to make much sense.

    you can restrict login at ipaddress level using a server level trigger (sql2005 SP2 or higher)

    but just keep...

  • RE: where not in

    what do you expect to be your third value in your in-list ?

    where b.groupID not in ('1000', '1011',)

  • RE: How to prevent a sore throat after hours of presenting ppt ?

    Grant Fritchey (12/16/2010)


    It's going to sound funny when I say this, but the sore throat must have something to do with how you speak. I really don't do anything in...

Viewing 15 posts - 2,551 through 2,565 (of 7,498 total)