| Author |
Message |
bbutler99a
Joined: 08 Mar 2010 Posts: 6
|
Posted: Tue Mar 09, 2010 11:26 pm Post subject: 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. |
|
| Back to top |
|
 |
bbutler99a
Joined: 08 Mar 2010 Posts: 6
|
Posted: Thu Mar 11, 2010 3:15 pm Post subject: Issues with updates and dirty reads? |
|
|
To be clear, two main questions are:
- does SQLDoc do dirty reads?
- does it do any updates? |
|
| Back to top |
|
 |
peter.peartSite Admin
Joined: 02 Sep 2008 Posts: 362 Location: Top floor, RG towers with the cool kids
|
Posted: Thu Mar 11, 2010 9:33 pm Post subject: |
|
|
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
Red Gate Software Ltd
+44 (0)870 160 0037 ext. 8569
1 866 RED GATE ext. 8569 |
|
| Back to top |
|
 |
bbutler99a
Joined: 08 Mar 2010 Posts: 6
|
Posted: Thu Mar 11, 2010 10:06 pm Post subject: Thanks! That's what I needed |
|
|
| Rock on! |
|
| Back to top |
|
 |
rick.sheeley
Joined: 21 Dec 2006 Posts: 22 Location: Bay Area, CA
|
Posted: Wed Sep 15, 2010 9:46 pm Post subject: impact... |
|
|
bbutler,
I've seen zero impact here at Banner.... _________________ Eric (Rick) Sheeley, Sr. SQL/Oracle DBA
Sacramento, CA Cell: 602.540.6750
"Those are my principles, and if you don't like them... well, I have others." - Groucho Marx |
|
| Back to top |
|
 |
bbutler99a
Joined: 08 Mar 2010 Posts: 6
|
Posted: Fri Sep 17, 2010 8:17 pm Post subject: Thanks for the info |
|
|
| I appreciate the info folks. We have been using it without problems. |
|
| Back to top |
|
 |
|