Viewing 7 posts - 1 through 7 (of 7 total)
I would say 'Work is part of my life but not my life'
November 20, 2014 at 7:52 am
I just modify a little your testing scenario by starting explicit transaction after creating table.
So please execute the following
CREATE TABLE dbo.TestTableSize
(
MyKeyField VARCHAR(10) NOT NULL,
MyDate1 DATETIME NOT NULL,
MyDate2 DATETIME NOT...
October 2, 2014 at 12:48 pm
Please provide details of your testing.
October 1, 2014 at 1:02 pm
Job could be connected to SQL Alert or schedule to run.
September 26, 2014 at 10:07 am
There is another approach to Monitoring long Running Transactions implemented through store procedure and SQL job executing procedure on predefine schedule.
Procedure will be executed against all databases on given SQL...
September 26, 2014 at 8:51 am
Excellent article
October 24, 2013 at 9:32 am
The question was which transaction changes will be contain in the full backup?
In my understanding all transaction changes until the point where backup finish are recorded in the backup file....
July 20, 2012 at 1:24 pm
Viewing 7 posts - 1 through 7 (of 7 total)