Forum Replies Created

Viewing 15 posts - 21,151 through 21,165 (of 39,834 total)

  • RE: Women in Technology

    That's an interesting article (I edited the link to make it hot) and thanks for posting it.

    There are lots of "geeks" among the women I know in IT, but those...

  • RE: Remote Desktop - The Joys

    That's the trick I've used. The annoyance, however, is likely worth the chance to work at home 😛

  • RE: Talking baseball

    I guess opinions can change, but I'd think that you would have a definite opinion right off about someone being worthy of the hall. That's why I'd like to see...

  • RE: Create Date

    The dates for the objects should remain the same across a restore. It does on my test instance.

    You can use a temp table to insert the data insert of selecting...

  • RE: Best/most foolproof way to backup database and restore to another

    Two things, when you restore in SSMS

    - Change the target db name

    - Change the file names/locations.

    As George mentioned the WITH MOVE clause does this in T-SQL. In SSMS, you need...

  • RE: Women in Technology

    There will always be abuses. I don't think we ought to aim for a 100% correct solution. Mostly because I'm not sure what that would be.

    However I think we ought...

  • RE: Talking baseball

    I think lots do a good job. But there's no open-ness, or guidelines published. Each writer I hear talk about this on the radio uses a different set of rules....

  • RE: Women in Technology

    I don't know how we fix this. You can have people report things to HR, but that often has repercussions. So many men overreact the other way when there is...

  • RE: Create Date

    You could use a cursor, which is what I might recommend. You could get a list of dbs.

    declare mycursor Cursor

    FOR

    SELECT NAME

    FROM sys.databases

    ...

  • RE: T-SQL

    good point, Christian. I've added in the column to the question.

  • RE: Create Date

    sys.objects for a system table in each database? So something like:

    SELECT create_date

    FROM sys.objects

    WHERE name = 'sysrowsets'

    Run for each db?

  • RE: Women in Technology

    Lynn Pettis (1/7/2010)


    cmcc (1/7/2010)


    Why does it just have to be the women that do this? As an IT professional (and a male) I probably should be out there doing...

  • RE: Being Supportive

    I'd agree w/ Icedread that this can be a double edged sword. Without a doubt if you help someone they'll come back to you. that's good and bad. You're building...

  • RE: Women in Technology

    Antares686 (1/7/2010)


    Many times pay has nothing to do with fairness, it simply boils down to what you are willing to fight for.

    You are absolutely correct, and at the same...

  • RE: T-SQL

    I see both sides in this argument. BOL is inconsistent and I have added feedback to that note to various links to have this clarified at the source we use....

Viewing 15 posts - 21,151 through 21,165 (of 39,834 total)