How can we help you today? How can we help you today?

Does SQLDoc it affect the DB in any way such as performance?

We have "production runs" that use the DB and want to make sure that we do not affect anything when we run SQLDoc against the database that the production run is using, while the production run is running. I assume there will be the affect of getting the metadata from the tables, but that should be minimal on performance. Any other issues? Someone was worried that running at the same time would cause a "locking" problem. I don't see anything that SQLDoc modifies, so I think it only reads and does not do any locking. Thanks for any info.
bbutler99a
0

Comments

5 comments

  • bbutler99a
    To be clear, two main questions are:
    - does SQLDoc do dirty reads?
    - does it do any updates?
    bbutler99a
    0
  • peter.peart
    Hi Bret,

    As far as I am aware, SQL Doc shouldn't impact the performance of a server at all providing of course that you don't have the tool installed on the server itself.

    It certainly isn't anything I have come across before, however if you are very worried about it by all means download a trial version and run it against a test DB. I really don't believe you would see any performance issues though.

    With regards to updates, the only updates it would perform on the DB would be if you were to alter any of the MS_Descriptions on objects. If you altered these through the tool then yes, it would be performing an update on the database schema.

    Hope that helps!

    Pete
    peter.peart
    0
  • bbutler99a
    Rock on!
    bbutler99a
    0
  • rick.sheeley
    bbutler,

    I've seen zero impact here at Banner....
    rick.sheeley
    0
  • bbutler99a
    I appreciate the info folks. We have been using it without problems.
    bbutler99a
    0

Add comment

Please sign in to leave a comment.