Viewing 15 posts - 466 through 480 (of 820 total)
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...
November 7, 2008 at 8:38 am
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...
November 6, 2008 at 10:29 am
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 #######################...
November 6, 2008 at 8:04 am
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...
October 31, 2008 at 11:17 am
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. ...
October 29, 2008 at 11:59 am
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...
October 29, 2008 at 7:26 am
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...
October 29, 2008 at 6:41 am
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...
October 14, 2008 at 3:45 pm
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...
October 6, 2008 at 8:06 am
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...
October 3, 2008 at 8:33 am
Eric Inman (9/17/2008)
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...
September 17, 2008 at 5:50 pm
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. ...
September 16, 2008 at 8:23 am
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...
September 12, 2008 at 9:30 am
Ralph Hightower (9/12/2008)
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...
September 12, 2008 at 9:00 am
Viewing 15 posts - 466 through 480 (of 820 total)