Forum Replies Created

Viewing 15 posts - 466 through 480 (of 820 total)

  • RE: What do you use to copy large backups

    I routinely have to backup remote production databases and then restore them to local test servers. It's simple to have the host machine to the full backup to a...

  • RE: Testing Service Pack 3

    Yes we should test Microsoft's code. I don't get that option with OS updates. They are crammed down the throat of my machines every week.

    I have machines that...

  • RE: A Little DOS for a Poor DBA

    Try this:

    @echo off

    if #%1# == ## goto noparm

    echo running %1

    echo ####################### running %1 #######################>>log.txt

    osql -U log.txt

    goto :done

    :noparm

    echo ####################### Start Process #######################>log.txt

    for %%X in (*.sql) do (call %0 %%X)

    echo #######################...

  • RE: Happy Halloween 2008!

    And here I wanted to talk about the blooper reel. 🙂 Good ones.

    As a former broadcaster I have some suggestions. Since it's tape when you go...

  • RE: A Few Good DBAs

    Bob Abernethy (10/29/2008)


    .... destroying the hacker haven just seconds before an ENTER key is pressed and the worldwide worm released which would have rendered systems everywhere useless...

    WWW. ...

  • RE: A Few Good DBAs

    Keller (10/29/2008)


    Charles,

    You'll have to send me that part number...I've been looking for one of those. 🙂

    [snip]

    --Andrew

    I could look it up for you, but then I'd have...

  • RE: A Few Good DBAs

    Grant Fritchey (10/29/2008)


    Does this mean I get to carry a gun at work now?

    I'm and old IBM 1130 hack. A buddy of mine who was, at the time, a...

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    Jon,

    I'm not sure how you would go about that. Your PersonProps table will get you flamed, but good, by many folks on this forum. It's called an Entity-Attribute-Value...

  • RE: Speed or Value?

    We used to call it Axle's Law: "Good, Fast, Cheap. Pick any two. Then we found out that Axle did not originate it. I just put it...

  • RE: Speed or Value?

    I watch Top Gear. One of my favorite programs on BBC. Clarkson is always complaining about cars with a limited top speed. Going 240 on anything but...

  • RE: Missing Indexes in SQL Server 2005

    Eric Inman (9/17/2008)


    Great info.

    I see a lot of these in all my environments:

    CREATE INDEX [missing_index_537_536_MSdistribution_history] ON [distribution].[dbo].[MSdistribution_history] ([agent_id],[time]) INCLUDE ([runstatus], [start_time], [timestamp])

    Looks like replication needs some help, but fear...

  • RE: Missing Indexes in SQL Server 2005

    Thanks Rob.

  • RE: Missing Indexes in SQL Server 2005

    Good article. Great starting point. I one time saw a script that used this info to build the suggested indexes.

    There is also some DMV about unused indexes. ...

  • RE: Happy Birthday

    Happy Birthday Steve!

    Mine is next Monday, the 15th, and I'm only telling you lot. I avoid them. Diabetics don't get cake and ice cream. At my age...

  • RE: Happy Birthday

    Ralph Hightower (9/12/2008)


    Happy Birthday Steve.

    Umm, what would I want for my birthday?

    I would like a fully functional PDP-11, preferably a PDP-11/45 or a PDP-11/70; one of the first computers that...

Viewing 15 posts - 466 through 480 (of 820 total)