Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 2,756 total)

  • RE: Are the posted questions getting worse?

    ChrisM@Work (3/31/2014)


    Way back in the early 90's many of us FoxPro programmers waited with bated breath for MS' release of a product which included a crude implementation of SQL. After...

  • RE: Log file is filling up

    New Born DBA (3/28/2014)


    samalex (3/28/2014)


    One issue is the potential of one log or data file filling up the entire drive preventing the other data and log files from growing. ...

  • RE: Corrupt DB, and unable to repair

    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...

  • RE: Corrupt DB, and unable to repair

    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: ...

  • RE: Corrupt DB, and unable to repair

    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...

  • RE: Corrupt DB, and unable to repair

    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...

  • RE: Restoring a TDE enabled database question

    Lynn Pettis (3/22/2014)


    Just a guess, but I would think as long as you have the certificate used to encrypt the database with TDE it should not matter what backup software...

  • RE: Are the posted questions getting worse?

    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...

  • RE: SQL Agent Job: Type Operating System (CmdExec) : Token Syntax Issue

    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...

  • RE: SQL Agent Job: Type Operating System (CmdExec) : Token Syntax Issue

    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...

  • RE: Are the posted questions getting worse?

    GilaMonster (3/10/2014)


    Jack Corbett (3/10/2014)


    My job title is Data Software Development Leader. I'll be doing a lot of design and architecture work. I'm going to kind...

  • RE: Geeky Entertainment

    SQLDCH (2/28/2014)


    I'd love to see a reboot of the Barsoom (John Carter) series by Edgar Rice Burroughs. Disney already made an attempt, but it was pretty bad, leaving out...

  • RE: Geeky Entertainment

    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...

  • RE: Geeky Entertainment

    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...

  • RE: Geeky Entertainment

    Jim P. (2/28/2014)


    jasona.work (2/28/2014)


    I'd love to see a couple (OK, a lot) of books made into movies (heck some might be better as a mini-series on TV)

    The Posleen War series...

Viewing 15 posts - 2,116 through 2,130 (of 2,756 total)