Viewing 15 posts - 2,116 through 2,130 (of 2,756 total)
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
Didn't think about comic adaptations, although being a Marvel fan for a long time, I'm quite happy right now...
Now, for an interesting idea for a comic movie...
Batman vs Aliens
Batman vs...
February 28, 2014 at 10:04 am
below86 (2/28/2014)
Wonder Woman!! Linda Carter is still hot.
:w00t::cool:
Another book I wouldn't mind seeing made into a movie would be Fallen Angels by Niven / Pournelle / Barnes (I think...
February 28, 2014 at 10:00 am
Jim P. (2/28/2014)
jasona.work (2/28/2014)
The Posleen War series...
February 28, 2014 at 6:52 am
Viewing 15 posts - 2,116 through 2,130 (of 2,756 total)