Forum Replies Created

Viewing 15 posts - 8,941 through 8,955 (of 26,490 total)

  • RE: UDF Table

    dwain.c (1/15/2013)


    Lynn Pettis (1/15/2013)


    dwain.c (1/15/2013)


    Lynn Pettis (1/15/2013)


    dwain.c (1/15/2013)


    Yes indeed.

    It appears the force is not with me this morning, oh master. 😛

    Does this mean you have looked at the thread you...

  • RE: Just Deleting data will reclaim space??

    Not knowing the data that is being delete or the system itself, I couldn't tell you. I would recommend rebuilding the the clustered and non-clustered indexes on the tables...

  • RE: Just Deleting data will reclaim space??

    Ratheesh.K.Nair (1/15/2013)


    Hi Experts,

    We have deleted 144101324 records from our WH database will it release the space to disk?

    Thanks in Advance.

    Do you mean to the database or the OS? If...

  • RE: transaction log backup - point in time recovery

    chewychewy (1/15/2013)


    Hi Lynn,

    What do u think of this article?

    http://www.symantec.com/business/support/index?page=content&id=TECH58674

    ==

    This issue occurs because the Log Sequence Number (LSN) for SQL is reset by the other backup application. So subsequent differential or...

  • RE: transaction log backup - point in time recovery

    Note, it the above does not work, you may want to revisit your backup scheme and use either native backups to disk then backup those files to tape, or use...

  • RE: transaction log backup - point in time recovery

    chewychewy (1/15/2013)


    thanks Lynn.

    Have u used backup exec or arc serve before?

    1. Daily full backup via backup exec to tape at 9pm.

    This tape will be send offsite for safe keeping.

    2. Daily...

  • RE: UDF Table

    dwain.c (1/15/2013)


    Lynn Pettis (1/15/2013)


    dwain.c (1/15/2013)


    Yes indeed.

    It appears the force is not with me this morning, oh master. 😛

    Does this mean you have looked at the thread you and I posted...

  • RE: Cramming for Interviews

    Jim P. (1/15/2013)


    I'm mostly a production DBA. Keep 'em up, running and tuned. I'm also responsible for front line troubleshooting of our software, and database issues. I've done about 15...

  • RE: arcserve backup

    chewychewy (1/15/2013)


    Hi,

    thanks for ur advise.

    When doing the below, i supposed the transaction logs chained are not broken as there's no full backup by arc serve.

    1. Daily full db backup to...

  • RE: UDF Table

    dwain.c (1/15/2013)


    Yes indeed.

    It appears the force is not with me this morning, oh master. 😛

    Does this mean you have looked at the thread you and I posted on?

  • RE: transaction log backup - point in time recovery

    chewychewy (1/15/2013)


    Hi Guys,

    Just curious will point in time recovery work in this case?

    (1) Monday 2am - Transaction log backup via maintenance plan to disk

    (2) Monday 7pm - full backup via...

  • RE: UDF Table

    dwain.c (1/15/2013)


    Lynn Pettis (1/15/2013)


    dwain.c (1/15/2013)


    2. When you check for a date range, BETWEEN is not recommended. You should use >= @StartDate and <= @EndDate.

    I'd like to expand on this...

  • RE: UDF Table

    dwain.c (1/15/2013)


    2. When you check for a date range, BETWEEN is not recommended. You should use >= @StartDate and <= @EndDate.

    I'd like to expand on this one a bit....

  • RE: My BiPolar Users aka Sort a AlphaNumeric Field as if its Numeric

    Please compare the following two pieces of code:

    WITH SampleData (BipolarNumbers) AS (

    SELECT '1'

    UNION ALL SELECT '100231-A'

    UNION ALL SELECT...

  • RE: Demanding and difficult logic qns PART 2. Sorry but i need help.

    10e5x (1/15/2013)


    Lynn, i am still trying. Mind explaining the difference between dense_rank() and row_number() if both using partion by?

    First thing you need to do is to read about the ROW_NUMBER(),...

Viewing 15 posts - 8,941 through 8,955 (of 26,490 total)