Forum Replies Created

Viewing 15 posts - 76 through 90 (of 123 total)

  • RE: Microsoft Certified Master

    I'm with Gail 100%, full-on study is the only way through this.

    According to Microsoft's site, 60% pass the lab first time, with 80% passing the second time.

    The MCM page specifically...

  • RE: Clean Code

    If your sprocs really are huge, consider trying to break them down into sub-sprocs or functions (performance allowing, of course).

    Analyse your code and see if there are any areas where...

  • RE: Database mirroring Architecture

    Ideally you want two LAN connections - a "public" connection, which connects the servers to your principal network, and a "private" connection, which purely connects the two (or three, if...

  • RE: Size Limits?

    Could it be a RAM issue? If you only have a small amount of RAM you may be experiencing swap-outs to disk which could affect time-outs etc. Is there anything...

  • RE: Which book to study

    I would advise buying a general purpose SQL 2008 administration book and using the 70-432 study guide.

    I have a guide to the administration exams being published here in the next...

  • RE: Mirroring

    I think your issue is the use of local system accounts - ideally you should be using domain accounts. If you are not using domain accounts you need to use...

  • RE: Microsoft Certified Master

    You must take the Knowledge exam first, then the lab.

    This link gives you the topics covered:

    http://www.microsoft.com/learning/en/us/certification/master-sql-path.aspx

    I would assume the Knowledge exam incorporates subjects from both the development and DBA exams,...

  • RE: RAID levels for system databses?

    No worries, I'll try to make things clearer next time. Cheers!

  • RE: RAID levels for system databses?

    Hi club

    I take your points on board. But without a full picture of the specifications available etc it's difficult to give a detailed recommendation. RAID 1 is a good catch-all...

  • RE: RAID levels for system databses?

    Yes, RAID 1 for all system databases.

    Give special consideration to tempdb - ideally this will be on the fastest disks you can buy. If this can go on separate RAID...

  • RE: RAID levels for system databses?

    Hi there

    I'd recommend RAID 1 - the mirroring will give you failover and won't affect read/write performance.

    Mike.

  • RE: Question on Database Mirrorring

    Hi Zaty

    What type of mirroring do you have set up? High performance (asynchronous) or high availability (synchronous)?

    Obviously if both boxes are rebooting the database will not be available. Mirroring should...

  • RE: Would you change to a better job for a lot less money?

    As somebody else said earlier, if you are waking up and dreading going to work it is definitely time to leave. I've had this twice and as soon as it...

  • RE: Combining Multiple Records Into One

    Thanks for the link opc, it's an interesting read.

    I tend to agree that XML is probably the way to go, just wanted to throw in an alternative.

    As usual, the...

  • RE: TDE and Filestream

    I want to back up BitBucket. We all make mistakes - and let's face it, if it wasn't for Steve and a couple of others this site would not even...

Viewing 15 posts - 76 through 90 (of 123 total)