Forum Replies Created

Viewing 15 posts - 45,406 through 45,420 (of 59,063 total)

  • RE: Celebration

    Funny thing... you don't look a million members old. 😛 Congratulations Steve, SSC, and RedGate!

  • RE: Get 2nd Occurence

    Absolutely my pleasure, Trigger. Heh... thinking out side the box... a phrase I coined goes as follows...

    [font="Arial Black"]Before you can think outside the box, you must first realize... you're...

  • RE: Temp Tables vs. Physical Tables

    Sorry... didn't say it quite the right way... I meant that the real problem code they were trying to fix at my old company didn't budge... aggregate views of aggregate...

  • RE: Temp Tables vs. Physical Tables

    Funny how people keep trying to optimize hardware... the code is the great divide... I've seen servers with all those wonder changes to the hardware occur... and the code didn't...

  • RE: Trying to rewrite RBAR Function

    Thank you, Sir. Glad to see you got the test data generator working, as well. I appreciate the performance report on that, as well.

  • RE: Get 2nd Occurence

    No problem... especially since the write-up in BOL leaves a lot for the reader to discover.

    PARSENAME was designed to parse the 1 to 4 part object names (usually tables or...

  • RE: SQL or Oracle

    bruce.cassidy (1/28/2009)


    [font="Verdana"]The Oracle create trigger syntax is as follows:[/font]

    [font="Courier New"]

    CREATE [OR REPLACE] TRIGGER

    {BEFORE|AFTER} {INSERT|DELETE|UPDATE} ON

    [REFERENCING [NEW AS ...

  • RE: Determining whether a Stored Procedure returns a resultset

    I don't believe there's an easy way to do that, all though I could certainly be wrong. The fly in the ointment is what happens if a sproc returns...

  • RE: A stored Proc inside a cursor inside a trigger

    ian McCann (1/28/2009)


    Thanks Lynn

    I don't think I explained my needs very well.

    My problem is not in fixing this ( I am actually looking forward to working with a tally table...

  • RE: Consecutive timespan

    Christopher,

    Andrew is correct... take a look at the link in my signature below to help us help you. Thanks.

  • RE: GUID not unique

    timscronin (1/28/2009)


    If you were going to convert a guid to a varchar would the conversion not be a varchar(36)?

    Probably not... since all GUID's are 36 characters, why not save the...

  • RE: Manual or auto - growth of datafiles

    There's only one thing that ultimately affects fragmentation... that's growth of files. Whether you set it manually or automatically, it's file growth. The best thing to do is...

  • RE: Manual or auto - growth of datafiles

    aali_online (1/28/2009)


    Fragmentation will depend on the speed of the disk subsystem

    How do you figure that the speed of the disk has anything at all to do with disk fragmentation?

  • RE: Manual or auto - growth of datafiles

    ian McCann (1/28/2009)


    My understanding is that manually growing the files can also contribute to physical file fragmentation.

    Look to the link for more information.

    http://www.mssqltips.com/tip.asp?tip=1481

    Actually, manual and automatic growth will both contribute...

  • RE: Creating a veiw with a sum

    Cool... do you have a question?

Viewing 15 posts - 45,406 through 45,420 (of 59,063 total)