Forum Replies Created

Viewing 15 posts - 421 through 435 (of 463 total)

  • RE: Offline Distributed Databases Design

    Is there a good reason to only use XML files? Replication might be a good way to solve the problem (the details will decide which type).

  • RE: indexes with included columns

    One other difference is in the sorting ... if the column is included then it won't influence the order of the index records.

  • RE: HA Decision - Mirroring or Log Shipping?

    I would add that you do need to make sure you have sufficient peak network bandwidth for mirroring. Also it must run using full recovery model.

  • RE: Implications of UTF8 on database

    There are no UTF-8 character types in SQL so you will be using unicode types. Every character stored will take 2 bytes instead of 1. As to the...

  • RE: Degree

    You didn't mention SQL2005, so upgrading to the MCITP might be worth looking into. The certificate in itself is mostly meaningless, but the knowledge that you will gain from...

  • RE: The Scary DBA

    Magnetizing a CRT monitor is always fun if the owner doesn't understand degaussing. Less fun when you realise that the monitor has no degauss button.

    Nothing beats shoe polish on...

  • RE: Recovery by Translog

    Steps:

    1) Read books/magazines/articles on SQL Server

    2) Take the test based on your own knowledge rather than asking other people to answer the questions for you.

  • RE: Date encrytion

    I know this is a little late for the bulk of the discussion, but couldn't you just create a table with one column for the actual date and another in...

  • RE: Clarity vs Speed

    Is it faster if a temp variable is used instead of a temp table?

    How about if the table was pre-created? The dynamic solutions are still hardcoding values, to be...

  • RE: Ideas on HA/Implementing SSRS

    You could always mirror for the HA and perhaps log ship on a nightly basis if you have enough of a window and the reporting data doesn't need to be...

  • RE: SQL Server Management Studio for the masses

    Profiler requires alter trace permissions. DTA requires sa rights for the first use, and db owner rights subsequently. These should be sufficient to stop most of your users...

  • RE: Performance Issue!!Please help me

    Is there a good reason for using TEXT? It is marked for deprecation.

  • RE: Database Mirroring Questions

    I don't know about DoubleTake, but I can answer some of your other questions:

    1 & 3) From SSMS you can access the Mirroring Monitor by right clicking one of the...

  • RE: 10/22

    Apparently selecting A is incorrect, because the correct answer is A or B .........

  • RE: Preventing Page Locks

    You should probably investigate whether the queries can be optimised to reduce page locking. Also look at whether adding or modifying indexes could help. In this area, I...

Viewing 15 posts - 421 through 435 (of 463 total)