Viewing 5 posts - 1 through 5 (of 5 total)
SELECT r.session_id AS [Session_Id]
,r.command AS [command]
,CONVERT(NUMERIC(6, 2), r.percent_complete) AS [% Complete]
,GETDATE() AS [Current Time]
,CONVERT(VARCHAR(20), DATEADD(ms, r.estimated_completion_time, GetDate()), 20) AS [Estimated Completion Time]
May 7, 2018 at 10:46 am
January 27, 2017 at 8:09 am
How many destination servers do you require?
If you require only a single destination database, database mirroring is...
January 27, 2017 at 7:56 am
Why should i choose Log...
January 27, 2017 at 7:54 am
The first step you have check your applications compatibility with 2016 So in this situation mirroring is best option because with this in minimum down time you check all applications...
December 28, 2016 at 2:19 pm
Viewing 5 posts - 1 through 5 (of 5 total)