Viewing 15 posts - 16 through 30 (of 32 total)
The stored procedure is interesting. However it does require a lot of prerequisites and open security holes that PCI-DSS would not allow (for example like distributed transaction).
Moreover, the stored procedure...
October 29, 2009 at 3:09 am
Just a quick comment:
I have to deal with large deletes as well and even with setting up rowlock and limiting the size of my deletes batch, I end up with...
September 16, 2009 at 1:37 am
A client request.
The client wants to be able to do rebase of the production database onto a development box.
They have already the database in a clustered server but they...
August 18, 2009 at 2:50 pm
grea answer! This is a good news. I never thoughtI can do a snapshot on a database "in-recovery".
I am going to check this. cool.
Thanks
December 18, 2008 at 11:23 am
oh yes I forgot. My application server is also mirror-aware.
December 18, 2008 at 11:03 am
Thank you very much for this answer.
When ou talk about snapshot, are you considering snapshots on mirrored databases ? because the mirrored databases are in recovery state, so I thought...
December 18, 2008 at 11:01 am
I agree with blandry.
My answer a couple of answers above, was not an answer.
It was kind of trying to find a solution so that your production servers are sizeable.
Saying...
December 18, 2008 at 7:43 am
The questions are:
1. Is my solution ok or stupid? Before setting this up, I would like some thoughts from experienced gurus 🙂
2. what does SQL clustering will add to this...
December 18, 2008 at 7:29 am
I do not need to replicate any changes for one principal server to another principal one as it only contains different sessions and "transactions"*. I would use database mirroring only...
December 18, 2008 at 7:15 am
Thanks for the quick reply. I apreciate your answers.
I saw how effective application clustering is (by watching a load testing), so I am 100% under the application clustering solution.
Database mirroring...
December 18, 2008 at 7:01 am
The no backup solution was obvious but I do not understand why you cannot take another snapshop, to cancel all changes.
December 18, 2008 at 4:24 am
This is my first reply to a topic on SQLServerCentral. I have been a dba for 10 years. Sometimes I feel that I do not have the knowledge you all...
December 18, 2008 at 4:21 am
Viewing 15 posts - 16 through 30 (of 32 total)