Forum Replies Created

Viewing 11 posts - 841 through 851 (of 851 total)

  • RE: I like something to help, please

    [font="Verdana"]I think the OP is asking what the name of the table is that DTS logs output to. I think. I could be wrong.[/font]

  • RE: Are the posted questions getting worse?

    tosscrosby (1/29/2009)


    Bruce W Cassidy (1/29/2009)


    I haven't found it "elitist" yet. 🙂

    You never will here. Passionate people about SQL server, all willing to help whenever possible (free of charge!), some...

  • RE: Are the posted questions getting worse?

    Jeff Moden (11/22/2008)


    2. Should a senior DBA be able to answer those questions without having to resort to a forum?

    [font="Verdana"]In my experience, a "senior" role isn't the one occupied...

  • RE: Trying to rewrite RBAR Function

    [font="Verdana"]Just curious...

    Did anyone try writing a C# function to do the same job? It would be interesting to see comparible performance figures.

    [/font]

  • RE: SQL or Oracle

    Jeff Moden (1/28/2009)


    bruce.cassidy (1/28/2009)


    Ummm, I'm pretty sure that if you leave off the "for each row", it becomes a single row trigger... not set based at all.

    [font="Verdana"]See limitations of my...

  • RE: SQL or Oracle

    [font="Verdana"]This is where you hit the limitations of my memory. I know there is a way to do it (i.e. get access to the data that has changed), because...

  • RE: SQL or Oracle

    matt stockham (1/28/2009)


    Bruce: thanks for the quick reply.

    It's not exactly what I expected, in that by using FOR EACH ROW it's no longer a set-based trigger ie one...

  • RE: SQL or Oracle

    gints.plivna (1/28/2009)


    Some comments for various posts:

    anyone else tried reading the Oracle documentation

    I'm reading it almost every day I produce any code. tahiti.oracle.com then is my starting point and I've...

  • RE: SQL or Oracle

    [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: SQL or Oracle

    Jeff Moden (1/28/2009)If I'm not mistaken, isn't there also a way to dump the output to DBMS_Output (almost) in bulk?

    [font="Verdana"]Yes. Up until you run into the size limitation of...

  • RE: SQL or Oracle

    [font="Verdana"]I've used both extensively. I prefer some of the options available with Oracle for high-end datawarehousing, but SQL Server is rapidly playing catch up there. Generally speaking, I...

Viewing 11 posts - 841 through 851 (of 851 total)