Forum Replies Created

Viewing 15 posts - 7,006 through 7,020 (of 18,926 total)

  • RE: Point in time restore

    Assuming the question is directed to me.

    I do the daily tlog daily because we are on full rather than simple (didn't want to make thing even worse) and I want...

  • RE: Escape character for asterisk in SSRS?

    Oh crap, I know I should have checked that one myself... never take the word of someone online when you think they're wrong! :w00t:

    Looks like we misunderstood each other...

  • RE: Point in time restore

    His reply will be known next week because we're both heading out for the week-end now.

    Thanks again and keep 'em coming!

  • RE: Point in time restore

    Actually we do have 3 days of full and log backups and in this case the live db and tlog.

    So while it would be a pita I guess it could...

  • RE: How to solve Index Usage

    WayneS (3/18/2011)


    Well, the execution plan is suggesting that you can get a 70% improvement by adding this index...

    USE [FINRISK]

    GO

    CREATE NONCLUSTERED INDEX [IX_T_REPORTSTATUS_Cover] -- rename as appropriate

    ON [dbo].[T_REPORTSTATUS] ([ProfileName],[DomainName])

    INCLUDE ([COBDate],[BookName],[SystemName],[AdapterName],[ReportName],[RerunCount],[Status],[RunNumber])

    Agreed but...

  • RE: Point in time restore

    Ian Scarlett (3/18/2011)


    Ninja's_RGR'us (3/18/2011)


    No he's actually really smart, and he never had problems with "his" stuff. Hence my "what if" has very little weight.

    Sound as if a little "accident"...

  • RE: Point in time restore

    homebrew01 (3/18/2011)


    If you're consulting, and there's a disaster, maybe you'll get more billable hours to help fix it. 😀

    Maybe someone in the business end needs to know they have...

  • RE: REPLACE Multiple Spaces with One

    Maybe so from you pov, however even bad programmers still need multiple spaces to actually see what's going on!

  • RE: How to solve Index Usage

    Any other indexes on the table?

  • RE: Point in time restore

    homebrew01 (3/18/2011)


    "...I'm wondering is my tlog backup is actually usable to restore to any point in time during the day. ..."

    Only up to the point of your most recent t-log...

  • RE: Point in time restore

    homebrew01 (3/18/2011)


    What is the reason for not taking frequent t-log backups ? I can't think of any.

    Same here. I'm consulting as BI dev here and since I'm not...

  • RE: Point in time restore

    Ian Scarlett (3/18/2011)


    Ninja's_RGR'us (3/18/2011)


    admin doesn't want to take tlog during the day because he feels it can't possibly break

    No need to take ANY backups then :-D.

    Awesome comeback!!! He actually...

  • RE: REPLACE Multiple Spaces with One

    anglincis (3/18/2011)


    Hi,

    I've been coding for a few years now but still not with the level of technical expertise as shown in some of these posts. So can someone please comment...

  • RE: Point in time restore

    GilaMonster (3/18/2011)


    Ninja's_RGR'us (3/18/2011)


    He had me do 2 full daily and then hope we could take a tail tlog backup to do p.i.t. restore.

    Tail log requires that the log file is...

  • RE: How to solve Index Usage

    On top of the exec plan, what other indexes do you have on the table?

Viewing 15 posts - 7,006 through 7,020 (of 18,926 total)