Viewing 15 posts - 2,086 through 2,100 (of 2,732 total)
SQLRNNR (4/1/2014)
Ed Wagner (4/1/2014)
Lynn Pettis (4/1/2014)
jasona.work (4/1/2014)
...OK, old man rant off (crap, 44 is just 3.5 weeks away!)
You're not old!
Personally, I really hope you're not old at 44. 😉
Personally I...
April 1, 2014 at 8:42 am
Grant Fritchey (4/1/2014)
Ed Wagner (4/1/2014)
Lynn Pettis (4/1/2014)
jasona.work (4/1/2014)
...OK, old man rant off (crap, 44 is just 3.5 weeks away!)
You're not old!
Personally, I really hope you're not old at 44. 😉
Ditto....
April 1, 2014 at 7:06 am
Grant Fritchey (4/1/2014)
jasona.work (4/1/2014)
April 1, 2014 at 5:33 am
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
Viewing 15 posts - 2,086 through 2,100 (of 2,732 total)