Forum Replies Created

Viewing 15 posts - 6,691 through 6,705 (of 26,490 total)

  • RE: Batch Delete is Slow :angry:

    yuvipoy (4/20/2014)


    Lynn Pettis (3/29/2014)


    For this particular issue, possibly no real benefit. The problem we are having is that we can't see what you see which means all we can...

  • RE: Sorting

    Let me get this straight, you want the data in each column sorted in ascending order independent of the relationship of the data.

    Please explain the rational for this please.

  • RE: DB Mirror,synchronized/restoring...)

    Fix what, being able to open up the current database mirror? One, it isn't broken so nothing to fix. If you need to open it you either failover...

  • RE: Sorting

    Does this return what you expect?

    Select (e.FirstName + ' ' + e.LastName) as EmployeeName,

    c.CustomerID,

    o.OrderID,

    o.OrderDate,

    SUM((r.UnitPrice * r.Quantity) - (r.UnitPrice * r.Quantity * r.Discount)) as OrderAmount

    FROM Orders o

    Inner Join Employees e...

  • RE: DB Mirror,synchronized/restoring...)

    The mirrored database is not available for reading. Anything you want to do, you will need to do on the principal database.

  • RE: Convert Bigint time to datetime

    Eirikur Eiriksson (4/20/2014)


    PSB (4/17/2014)


    Minutes

    1397750400000 Minutes

    23295840000 Hours

    970660000 Days

    2657522 Years

    The first birthday of Homo habilis?

    😎

    Actually, it was milliseconds. 😉

  • RE: Incorrect Syntax error, but nothing is wrong?

    brad 51473 (4/19/2014)


    Shortened it up a little bit, but still getting an error on the last line - no matter what is on that line. Here is a link to...

  • RE: Incorrect Syntax error, but nothing is wrong?

    Need to see the whole procedure.

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/19/2014)


    Lynn Pettis (4/19/2014)


    Greg Edwards-268690 (4/19/2014)


    Lynn Pettis (4/19/2014)


    It is amazing what crap advice people (Gail NOT included) give to others when they ask for help regarding suspect databases.

    I particularly like...

  • RE: Need Query for Problem

    Well, here is the other part of the problem, and without actually scrolling back through, I seem to remember someone asking you to post what you have tried to solve...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (4/19/2014)


    Lynn Pettis (4/19/2014)


    It is amazing what crap advice people (Gail NOT included) give to others when they ask for help regarding suspect databases.

    I particularly like the fact that...

  • RE: Are the posted questions getting worse?

    It is amazing what crap advice people (Gail NOT included) give to others when they ask for help regarding suspect databases.

  • RE: SUSPECT DB

    Jagadeesh Chowdary (4/19/2014)


    If the Database is in Suspect mode then follow the below steps to recover ur DB

    >Stop the SQL Service

    >>Copy the MDF and LDF file and place in other...

  • RE: how to declare a variable

    Your initial post indicated that this was "urgent" but you have failed to provide us with all the information we need to really provide you with any meaningful assistance. ...

  • RE: Query optimization help

    TomThomson (4/17/2014)


    EasyBoy (4/16/2014)


    Thanks Scott and Lynn for your inputs.

    As suggested by Scott i have made changes in existing index with filtered index (suggested by Lynn). And i am able to...

Viewing 15 posts - 6,691 through 6,705 (of 26,490 total)