Forum Replies Created

Viewing 15 posts - 17,341 through 17,355 (of 22,214 total)

  • RE: Are the posted questions getting worse?

    GilaMonster (5/28/2009)


    I hate dogs. Little ones I just dislike, big ones actually scare me.

    Sorry to hear it. I love big dogs. We have an 80lb German Shephard, Maximus. He's a...

  • RE: Are the posted questions getting worse?

    Don't worry Roy, I've got your back. I can't stand cats either.

  • RE: Weird execution (plan) for querying view with a cursor

    I suspect you're seeing parameter sniffing (do a search on that term for possible solutions). I'm saying this based on the fact that you see this: '[woon_ptc]=[@P1]' in the first...

  • RE: Transactional Log backup

    If it expires, it usually means it can get overwritten or removed by the backup process, so you might want to watch for that. The real question is, how often...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/28/2009)


    Anyone catch this little gem?

    I didn't even read what he said...

    You don't suppose it's our favorite emmveepee that was so desperate to convince us all that we...

  • RE: Retaining the last/latest .bak file not just deleting files older than X

    Pradyothana Shastry (5/27/2009)


    Adding more disk space is one better option. If you want to keep dialy one day backup then better option is 'With copy_only' so that it will overwrite...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/28/2009)


    Roy Ernest (5/28/2009)


    BTW, the echo guy is strange. He has been doing this quite often. Or give an answer without reading the question. :hehe:

    Or posting bad advice (truncate tran...

  • RE: Transactional Log backup

    stonecold560 (5/28/2009)


    Abhay,

    So that means when I first did the backup manually it picked up all the trasacations?

    Each transaction log backup gets all the logged operations to...

  • RE: roles

    Different companies are going to define that in different ways. Where I work a senior database developer will be able to design databases based on requirements, develop t-sql, troubleshoot performance,...

  • RE: Transactional Log backup

    Is the automated job running more often than you used to run the backups manually? If so, that would explain the difference.

  • RE: Transactional backup in filegroup

    Logs and log backups don't have anything to do with the data file groups. If the third group is read only, then no log activity will be recorded against it....

  • RE: Ways to Capture Select on a Database

    There is no SELECT trigger. The best way is what you already have planned, collect the data through a server-side trace (which you can use Profiler to set up). Depending...

  • RE: DBA SKILLS

    Attention to detail.

    Which server are you connected to? You might want to know before you run that drop table command.

    Does this UPDATE query have a WHERE clause? Be sure before...

  • RE: Updatestatistics in SQL Server 2005

    Pradyothana Shastry (5/27/2009)


    Statistics will be updated automatically after index rebuild

    Right, all this echoing is starting to get creepy. You can stop now.

  • RE: Are the posted questions getting worse?

    And because I can...

    10 bottles of beer on the wall, 10 bottles of beer...

Viewing 15 posts - 17,341 through 17,355 (of 22,214 total)