Forum Replies Created

Viewing 15 posts - 6,691 through 6,705 (of 18,926 total)

  • RE: Problem in Oledb Command when calling stored procedure

    I never had that issue. I would like to see the code you are using to call the sp.

    Also varchar(50) for job name and table name is too short....

  • RE: Less Pay, More Convenience

    Darin Higgins (4/26/2011)


    +1 on grant's comment. It's always bothered me that places that absolutely refuse a telecommute position, are more than happy, day 1 to hand over admin passwords, keys...

  • RE: Less Pay, More Convenience

    Grant Fritchey (4/26/2011)


    nico van niekerk (4/26/2011)


    One can understand that employers would be reluctant to allow someone with whom they have no trust-relationship to work at home. There are a multitude...

  • RE: Delete Query

    Raghavender (4/26/2011)


    Hi All,

    We need to delete some millions of rows from a table.

    And we need this should not affect transactional log file.

    Is there a way to achieve this ?

    Impossible.

    The best...

  • RE: NEED HELP= Monthly SQL database growth calculation script

    Did you actually run my script? It gives you the date you're going to runout of space on EACH drive on the server + the next autogrowth event.

    Also it...

  • RE: OUTPUT & NEWID()

    Jason Selburg (4/25/2011)


    It is a question of semantics. You are guaranteed to have ANY of those values and NONE of them at the same time. There is no guarantee, and...

  • RE: NEED HELP= Monthly SQL database growth calculation script

    GilaMonster (4/25/2011)


    Ninja's_RGR'us (4/25/2011)


    You're the 3rd one here pointing that out to him in the last few days. Maybe he'll get it THIS time.

    You, me, Jeff, Lowell, Tara (from SQLTeam)...

  • RE: NEED HELP= Monthly SQL database growth calculation script

    Jeff Moden (4/24/2011)


    Syed Jahanzaib Bin hassan (4/24/2011)


    Check this script if you have any problem or modification required then tell me

    Did you read this statement in the end of my post

    Regards,

    Syed...

  • RE: NEED HELP= Monthly SQL database growth calculation script

    hydbadrose (4/25/2011)


    Thank you so much for your help- I will try and let you know. Thanks!

    Here's how I tackle the problem. Read the backup history and using the logged...

  • RE: OUTPUT & NEWID()

    wware (4/25/2011)


    Interesting question. I had no problem with the semantics of the question or answer.

    Wondering if anyone can think of a real world example where one might...

  • RE: OUTPUT & NEWID()

    roger.plowman (4/25/2011)


    Am I the only one who thinks "none of the above" is the correct response, because the script is so buggy it won't compile?

    Unless I'm crazy you can't insert...

  • RE: Landing My First Job

    David Burrows (4/25/2011)


    Oh! And BTW I have seen some DBAs I would not like as my last line of defence :w00t:

    I've seen 300+ employees companies with a network admin I...

  • RE: cluster Index and non cluster index

    Or even simple option :

    sp_helpindex 'TblName'

    sp_help also has nice info.

  • RE: Landing My First Job

    David Burrows (4/25/2011)


    GilaMonster (4/22/2011)


    With no IT experience, it's not likely you'll be able to land a DBA job. Developer, maybe.

    Wow Gail! Not sure whether, as a developer, I should feel...

  • RE: OUTPUT & NEWID()

    Echoing here... since you're talking about garanteed # of rows, none is the only possible answer.

Viewing 15 posts - 6,691 through 6,705 (of 18,926 total)