Forum Replies Created

Viewing 15 posts - 5,296 through 5,310 (of 9,399 total)

  • RE: Error Msg

    If you have error log entries saying that a transaction can't be committed, then I'd say you should worry about it if that transaction is important to you, the owner...

  • RE: Today's Random Word!

    whereisSQL? (8/27/2015)


    Ed Wagner (8/27/2015)


    Revenant (8/27/2015)


    Ed Wagner (8/27/2015)


    whereisSQL? (8/27/2015)


    Ed Wagner (8/27/2015)


    ZZartin (8/27/2015)


    djj (8/27/2015)


    Ed Wagner (8/26/2015)


    Luis Cazares (8/26/2015)


    eccentricDBA (8/26/2015)


    Ed Wagner (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    crookj (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    Fire

    Drill

    Dentist

    Shot

    Tequila

    Sunrise

    Siesta

    Fiesta

    Food

    Hunger

    Hamburger

    Cheeseburger

    Fries

    Onion Rings

    Tower

    Babel

    Hebrew

    Greek

  • RE: ways to receive space alert

    Continuing on pietlinden's approach, first determine your minimum threshold per volume and your tracking requirements - once a day, once every 6 hours, once an hour, etc.

    Your checker procedure fires...

  • RE: Today's Random Word!

    Revenant (8/27/2015)


    Ed Wagner (8/27/2015)


    whereisSQL? (8/27/2015)


    Ed Wagner (8/27/2015)


    ZZartin (8/27/2015)


    djj (8/27/2015)


    Ed Wagner (8/26/2015)


    Luis Cazares (8/26/2015)


    eccentricDBA (8/26/2015)


    Ed Wagner (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    crookj (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    Fire

    Drill

    Dentist

    Shot

    Tequila

    Sunrise

    Siesta

    Fiesta

    Food

    Hunger

    Hamburger

    Cheeseburger

    Fries

    Onion Rings

    Tower

    Babel

  • RE: Peformance hit moving from 2005 to 2008??

    jay-h (8/27/2015)


    updating...

    After we demonstrated that the db from the previous version was much faster on the same server, now suddenly, the vendor stopped saying "it must be your server" and...

  • RE: Today's Random Word!

    whereisSQL? (8/27/2015)


    Ed Wagner (8/27/2015)


    ZZartin (8/27/2015)


    djj (8/27/2015)


    Ed Wagner (8/26/2015)


    Luis Cazares (8/26/2015)


    eccentricDBA (8/26/2015)


    Ed Wagner (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    crookj (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    Fire

    Drill

    Dentist

    Shot

    Tequila

    Sunrise

    Siesta

    Fiesta

    Food

    Hunger

    Hamburger

    Cheeseburger

    Fries

    Onion Rings

  • RE: Today's Random Word!

    ZZartin (8/27/2015)


    djj (8/27/2015)


    Ed Wagner (8/26/2015)


    Luis Cazares (8/26/2015)


    eccentricDBA (8/26/2015)


    Ed Wagner (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    crookj (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    Fire

    Drill

    Dentist

    Shot

    Tequila

    Sunrise

    Siesta

    Fiesta

    Food

    Hunger

    Hamburger

    Cheeseburger

  • RE: Today's Random Word!

    whereisSQL? (8/27/2015)


    djj (8/27/2015)


    Ed Wagner (8/26/2015)


    Luis Cazares (8/26/2015)


    eccentricDBA (8/26/2015)


    Ed Wagner (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    crookj (8/26/2015)


    whereisSQL? (8/26/2015)


    Ed Wagner (8/26/2015)


    Fire

    Drill

    Dentist

    Shot

    Tequila

    Sunrise

    Siesta

    Fiesta

    Food

    Hunger

    Games

    Board

  • RE: Slow site

    Let me echo Jeff and Jason - thank you for your persistence!

  • RE: Are the posted questions getting worse?

    SQLRNNR (8/27/2015)


    jasona.work (8/27/2015)


    Geez, nothing since yesterday morning...

    Did someone forget to refill the water cooler, or feed the hippo?

    Nah - the cable repair man needed exclusive access to the site.

    Now that...

  • RE: CROSS-APPLY performance issue

    GilaMonster (8/27/2015)


    We can't tune it if we can't see it.

    If you can;'t post it, then you're going to have to rewrite it yourself into the form of an in-line table...

  • RE: CROSS-APPLY performance issue

    SathishK (8/27/2015)


    I have a view as below:

    CREATE VIEW V1 AS

    SELECT

    T1.Col1, F1.Col1, T1.Col2, T2.Col2...

    FROM T1

    INNER JOIN T2 ON T1.Col2 = T2.Col1

    CROSS APPLY

    UDF(T1.Col1, T2.Col2) F1

    The inner join...

  • RE: string columns containing alphanumeric

    J Livingston SQL (8/27/2015)


    for clarification, please can you explain in words the business rules for this sort order.

    thanks

    I have to agree - the logic for the sort is not clear....

  • RE: Consolidated SQL Script

    I'm sure there are many ways to skin this cat. Initial approaches:

    In SSMS, i would query sys.sql_modules and paste the query results into a single file.

    select sm.definition

    from...

  • RE: How to find one DB in the manager among +100

    Edvard Korsbæk (8/27/2015)


    Thanks!

    And so easy.....

    Glad to help.

Viewing 15 posts - 5,296 through 5,310 (of 9,399 total)