Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 2,729 total)

  • RE: Are the posted questions getting worse?

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

  • RE: Today's Random Word!

    Ed Wagner (3/31/2014)


    Revenant (3/31/2014)


    SQLRNNR (3/31/2014)


    BWFC (3/31/2014)


    Kurt W. Zimmerman (3/31/2014)


    knucklehead

    Drummer Caveman

    Knuckledragger

    Borderlands

    Doom

    Quake

  • RE: Talking baseball

    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.

    😀

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

Viewing 15 posts - 2,086 through 2,100 (of 2,729 total)