Viewing 15 posts - 61 through 75 (of 1,127 total)
If i put the two nodes ( Primary and Secondary ) in Synchronous mode with Auto failover and 3rd node with Asynchronous with Manual failover, now it seems to work....
March 5, 2018 at 3:04 pm
Hmmmm...That is really interesting. I have nothing else running on this server but this one sproc opened in SSMS which only creates one spid. Wondering why it shows 22.
January 25, 2018 at 11:01 am
October 18, 2017 at 1:35 pm
I had to do something similar. I created a job with 2 steps, first step was to rename, load data from existing trace and second step was to...
September 20, 2017 at 4:22 pm
Hi All
August 31, 2017 at 8:54 am
August 31, 2017 at 8:53 am
Got it.
Looks like my Try/Catch is not trapping all errors. For example if the table name is wrong it doesn't log.
August 4, 2017 at 9:31 am
But it should be able to rollback right? If the server crashes i am thinking once the server is back it should rollback all the uncommitted transactions. Really i am...
August 4, 2017 at 8:21 am
Are all errors logged on try catch ? I ran the code and manually killed the connection, for some reason didn't get logged. It did do the rollback though. I...
August 3, 2017 at 11:24 pm
BEGIN TRANCOMMIT TRAN /* ROLLBACK */
BEGIN TRYEND TRY
BEGIN CATCH
END CATCH
August 3, 2017 at 8:52 am
August 2, 2017 at 3:39 pm
This is really what i am trying to do, should do following:
i) Any error on Insert - Should rollback insert , not execute delete & log the error
August 2, 2017 at 1:32 pm
I will need both, should be able to rollback and log an error if it fails. Looks like Torres solution might work, where i have begin tran wrapper under begin...
August 2, 2017 at 11:03 am
July 20, 2017 at 11:03 pm
Viewing 15 posts - 61 through 75 (of 1,127 total)