Forum Replies Created

Viewing 15 posts - 1 through 15 (of 74 total)

  • RE: Microsoft Certified Master

    :w00t: congratulations indeed 😎

    Last of a dying breed...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Microsoft Certified Master

    Rumour has it that the Bugatti Veyron costs £3M to make, so they lose money for each and every one they sell at £1M.

    Even if this is just an urban...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Microsoft Certified Master

    Vedran Kesegic (8/28/2013)


    ...Really tough exam. It's a race against time....

    Race against time indeed.

    If they allowed 2 days for the exam, then a lot more people would be able to...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Microsoft Certified Master

    Good luck Vedran 🙂

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Minimal Logging

    I'd also add the clarification that 'merge' is supported only when it comes to new extent allocations.

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: A question on defragging the *physical* files (mdf / ldf)

    I use contig from sysinternals for defragging files.

    Run it with -a -s options to see how many fragments you have per file within your sql data folder.

    If you see that...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: What is the performance point at which it makes sense to get Enterprise instead of Standard

    TheSQLGuru (7/22/2013)


    .... The other biggie, and I mean potentially non-functional application biggie, is deadlocks. I have had several clients that have started throwing a blizzard of deadlocks after moving...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Page level compression - Indices/Partitions/Heap

    Best is to run the compression estimation on each structure and then decide which ones are worth row-compressing, which ones page-compressing, and which ones are best left alone.

    If page...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Unknown Traces - Keep restarting when stopped

    kellie.jenkins (7/25/2013)


    ...

    Is there anything else to check to try and find what is running these traces??

    Might be worth checking for Stored Procs marked as 'startup' 😉

    alternatively run sp_configure to disable...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Microsoft Certified Master

    My guess would be *very few* if any.

    If you are remoting from outside the US, the latency can make things quite a bit harder.

    Last year at PASS they had booths...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Microsoft Certified Master

    congratulations:w00t:

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: DW Security

    Yes - apply principle of least privilege.

    Only allow DDL access to those who deploy

    Only allow write access to those who really need it (typically depoyment team again)

    Everyone else just read...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Microsoft Certified Master

    Vedran Kesegic (6/21/2013)


    ...

    I can only hope that passing threshold is not above 90%.

    ....

    The threshold is claimed to be 70%, just like the other Microsoft exams.

    I hope you've done well 🙂

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: Transaction log size far exceeds database size when running delete

    Also log space reservation means that the operation may need quite a bit more than double the data size to be available in log capacity.

    I've seen up to 5x data...

    Cheers,

    JohnA

    MCM: SQL2008

  • RE: SQL Server Security Issue

    For SQL2008+ I'd look into the Audit functionality first.

    For SQL2005 or lower, SQL trace is your friend. See how you can create server-side traces on startup. 🙂

    Cheers,

    JohnA

    MCM: SQL2008

Viewing 15 posts - 1 through 15 (of 74 total)