Forum Replies Created

Viewing 15 posts - 44,626 through 44,640 (of 49,571 total)

  • RE: NOLOCK Discussion

    Itzik Ben-Gan did a demo last year at PASS. It's got nothing to do with bad data. All it requires is that a page split occurs during a scan that...

  • RE: NOLOCK Discussion

    I'll third the switch to read-only . Not only does it remove the need to consider locking at all, it also prevents anyone from 'accidentally' changing data in the reporting...

  • RE: Index Seek vs Index Scan

    I got those numbers from Kimberly Tripp, and she did demos at the time that confirmed the aprox percentage where the switch was.

    It does vary, as it depends on where...

  • RE: Does this look like a SQL injection attack?

    I would argue that if you're getting hacked again and again, your asp code is not good.

    All data access should be via stored procedures. Ensure that the user has no...

  • RE: Restore of 2005 mode 80 database

    Dunno if the upgrade will automatically change the compat mode, but you can change that freely from 90 to 80 or even 70 if you wish.

  • RE: SQL in Latex

    GSquared (9/9/2008)


    I have this horrible thought about SQL in spandex stuck in my head now.

    Could be worse. Could be a SQL consultant in spandex....

  • RE: What do you reckon to this backup plan?

    I'd recommend full daily and log on the hour.

    If you switch to simple and the DB crashes just before the diff, you've lost an hour's worth of data. If you're...

  • RE: Clarification!

    And make sure that you check on microsoft's learning site for the material covered by the exam. (http://www.microsoft.com/learning/mcp/mcts/bi/)

  • RE: Mirror Database growup Log file

    You need to schedule regular log backups. If you do, the log won't grow to huge sizes. The frequency of the log backup depends on the activity in the DB,...

  • RE: What do you reckon to this backup plan?

    Log backups should be more frequent than that. Every hour, every 30 min, every 15 min. The question to ask here is, should the drives of that server fail and...

  • RE: SQL SERVER 2005

    SQL Agent is a job scheduler. You can access SQL agent through management studio's object explorer.

  • RE: Best way to create a sample database?

    Before you send any data to the vendor, make sure you're familiar with any legal requirements in that area. I don't know what kind of data's in that table, but...

  • RE: Question on 2008 BI Beta Exam: 71-452

    Not that one, but I did write 71-450 a few weeks back. (2008 administration)

    It took me about an hour and a half. I was seriously worn out by the end,...

  • RE: Clarification!

    The term dump (brain dump) means a set of questions from the actual exams that people have posted on sites (in violation of the exam NDA) with the answers that...

  • RE: What order do you do maintenance tasks in?

    The first 5 there shouldn't be run as is.

    Shrink database should not be a regular task ever.

    If the indexes are rebuilt, then reorganise is redundant, as is update statistics. If...

Viewing 15 posts - 44,626 through 44,640 (of 49,571 total)