Forum Replies Created

Viewing 15 posts - 211 through 225 (of 1,790 total)

  • RE: Are the posted questions getting worse?

    Um - but now the event is full. I'm sure there will be plenty that will come to see the session. Hopefully you can blog about it for us less...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Overlapping records

    You're welcome. One consideration which may not be valid but if you have two entries with null end_date's that previous will not work. The following will (included data that I...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Copying A Very Large Database across the network to a Test Server

    Just a quick warning but I have had those portable drives crash a server before so, test on a non-production box to see how it responds to connecting that up....

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Overlapping records

    This should get you close;

    selectb.Badge,

    b.Site,

    b.Extension,

    b.start_date

    fromBadgeSiteExtension a inner join BadgeSiteExtension b

    ona.Badge = b.Badge

    and a.Site = b.Site

    and a.Extension = b.Extension

    and b.start_date > a.start_date

    and b.start_date < a.end_date

    So, yes a...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Backup, Restore and Replication

    jasona22 (3/22/2011)


    Thank you David.

    I do not know nor really understand SSIS. I can't even spell SSIS <-- note red squiggly

    As for manually writing transfer TSQL (or SSIS), that is...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Backup, Restore and Replication

    jasona22 (3/22/2011)


    Yes, my goal is to move several databases into a single.

    As an example, I have 10 databases that have no network connectivity in remote areas of the world. ...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Backup, Restore and Replication

    jasona22 (3/22/2011)


    I have a series of remote databases detached from any network. I need to aggregate the data into a single repository. My plan is to receive .bak...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Execution Query Cost vs Profiler stats

    Might be good to attach the plan so that it can be reviewed. Thanks.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Reorganizing Indexes in 2008 R2

    Thanks Ninja. I'll be certain to share.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Reorganizing Indexes in 2008 R2

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


    GilaMonster (3/22/2011)


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


    GilaMonster (3/22/2011)


    Not one of Michelle's. There are others that do, do not have links handy.

    Alright, I was wondering if you have taken that task on and had...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: How to verify replication on the subscriber SQL 2005

    Glad that worked for you. 😀

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    GilaMonster (3/21/2011)


    Second request, seeing as I seem to have scared people away

    I'm looking for a couple (and I do mean 2) editors for a non-SSC piece on page restores. Please...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    SQLkiwi (3/21/2011)


    Roy Ernest (3/21/2011)


    You are flying all the way to Boston from NZ? Thats a pretty long flight you will be in.. 🙂

    About 40 minutes short of 24 hours travelling...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Rollback percentage is still 0?

    Glad that worked. Typically I would start looking at the wait stats for the rollback process to ensure that it is actually doing something. Regardless, glad things cleared up.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (3/21/2011)


    Roy Ernest (3/21/2011)


    Thanks Stefan and Grant.

    Have anyone heard of Hampton Inn in Plymouth? If so what do you think?

    She is crying when I told her that...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 211 through 225 (of 1,790 total)