Viewing 15 posts - 2,086 through 2,100 (of 2,729 total)
April 1st, the day when the internet loses its collective mind (did it ever have it to begin with?) and starts throwing out "jokes" (term used loosely, your sense of...
April 1, 2014 at 5:24 am
Ed Wagner (3/31/2014)
Revenant (3/31/2014)
SQLRNNR (3/31/2014)
BWFC (3/31/2014)
Kurt W. Zimmerman (3/31/2014)
knucklehead
DrummerCavemanKnuckledragger
Borderlands
Doom
Quake
March 31, 2014 at 10:58 am
Detroit Tigers start swinging in about 1/2 an hour!
Guns, guns, guns. C'mon, Sal.
The Tigers are playing... [slaps the table]
tonight. I never miss a game.
😀
March 31, 2014 at 10:40 am
ChrisM@Work (3/31/2014)
March 31, 2014 at 6:26 am
New Born DBA (3/28/2014)
samalex (3/28/2014)
March 28, 2014 at 11:02 am
OK, thanks Gail.
Did some research when I first found this, thankfully the log files hadn't rolled over since everything was migrated to a new server. It looks like it's...
March 26, 2014 at 6:31 am
Also, here's the table definition and index definitions:
CREATE TABLE [dbo].[AllDocStreams](
[Id] [uniqueidentifier] NOT NULL,
[SiteId] [uniqueidentifier] NOT NULL,
[Content] [varbinary](max) NULL,
[RbsId] [varbinary](64) NULL,
[InternalVersion] [int] NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
The indexes:
/****** Object: ...
March 26, 2014 at 5:45 am
Here you go Gail, and thanks!
Plus, I can restore the backup I took of the broken DB to start "fresh" if prefered / needed.
Msg 8939, Level 16, State 98, Line...
March 26, 2014 at 5:40 am
OK, so I tried running DBCC CHECKDB('DB',REPAIR_ALLOW_DATA_LOSS) on my problem DB (the copy, NOT production!)
Here's what I get back, again, snippets, it goes on for lines and lines and lines...
Msg...
March 26, 2014 at 4:56 am
Lynn Pettis (3/22/2014)
March 22, 2014 at 11:19 pm
Well, today is going to be a big day for the wife and I, almost as big as when I switched jobs...
Today we meet with the builders to go over...
March 21, 2014 at 5:48 am
OK, I've got a thought then. It looks like, from reading the BOL on tokens, that they are for TSQL job steps. Try prefixing the command with the...
March 14, 2014 at 7:05 am
Couple questions about this:
1. Can you execute any other CMDEXEC steps? Ignore what you're trying to do, try something simple first, like "DIR > c:\temp\dirlist.txt" and see if...
March 14, 2014 at 5:36 am
GilaMonster (3/10/2014)
Jack Corbett (3/10/2014)
March 10, 2014 at 12:14 pm
SQLDCH (2/28/2014)
February 28, 2014 at 10:58 am
Viewing 15 posts - 2,086 through 2,100 (of 2,729 total)