Forum Replies Created

Viewing 15 posts - 15,091 through 15,105 (of 26,486 total)

  • RE: What is the use of SQL Injection?

    Jeff Moden (9/5/2010)


    Sooooo... now that we've taught someone how to accomplish SQL Injection, I have to ask... will he use it to avoid injection or carry out revenge on some...

  • RE: Learning Oracle

    Jeff Moden (9/5/2010)


    Lynn Pettis (9/4/2010)


    We are using 8g and 10g. From what has been discussed, one of the databases will be moving from 8g to 10g. This is...

  • RE: What is the use of SQL Injection?

    SQL Injection is used by hackers in an attempt to steal or damage a company's data. It is usually a result of poor programming using dynamic sql constructs. Not...

  • RE: Learning Oracle

    I can say that I know they are using MS SQL Server locally, unless someone has learned how to run SharePoint with an Oracle backend.

  • RE: Learning Oracle

    We are using 8g and 10g. From what has been discussed, one of the databases will be moving from 8g to 10g. This is to eliminate duplicate data...

  • RE: Learning Oracle

    PaulB-TheOneAndOnly (9/4/2010)


    Lynn Pettis (8/31/2010)


    Found some resources, SQL Reference Guide for Oracle 10g. Guess what, Oracle actually has CTE's, they just don't call it that in the reference manual.

    Having access...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (9/3/2010)


    Yesterday I had a wild argument with my boss, claiming that a column named "description" could be perfectly suitable for a foreign key.

    I had to leave the office...

  • RE: Are the posted questions getting worse?

    IIRC, it is actually a myth that Oracle runs better with loops and cursors. Perhaps I'll have the opportunity to verify that well written set-based queries run better than...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/2/2010)


    Lynn Pettis (9/2/2010)


    Looks like I've missed something on forums the past couple of days. I've been fighting a cold/allergies plus the new job, just haven't been on...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (9/2/2010)


    Alvin Ramard (9/2/2010)


    Jason, you can keep an eye on that 2005 upgrade if you want. I'm running for cover.

    Would you let someone who's not sure how to install...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/2/2010)


    CirquedeSQLeil (9/2/2010)


    jcrawf02 (9/2/2010)


    Tom.Thomson (9/2/2010)


    Steve Jones - Editor (9/2/2010)


    Noooooooo, not partial posts. There can be enough nonsense in this thread already.

    Surely you don't expect all the posts to be...

  • RE: Are the posted questions getting worse?

    Alvin, how about you

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/2/2010)


    Make that 25.3/day

    DECLARE @PostCount AS INT

    SET @PostCount = 18052

    SELECT CONVERT(NUMERIC(5,1), (20000.0 - @PostCount)/ DATEDIFF(DAY, GETDATE(), '2010-11-18'))

    How about we simplify the whole thing:

    select ceiling( Alvins-calculations )

    That means 26 posts...

  • RE: High Sqlservr.exe Memory Usage

    Not sure what your problem is, SQL Server will use as much memory as you allow. Besides using SQL Server 2008, are you running x86 or x64 version?

    If you...

  • RE: Are the posted questions getting worse?

    GSquared (9/1/2010)


    Here's an interesting one. This is the list of skills someone wants for their "DBA":

    Must have advanced proficiency and extensive knowledge of web development and design technologies, and...

Viewing 15 posts - 15,091 through 15,105 (of 26,486 total)