Viewing 12 posts - 1 through 12 (of 12 total)
select top 20
Servername, count(*)
from tablename
group by servername order by 2
Hope this answers your problem
April 7, 2014 at 5:28 am
I was more interested in knowing error of the problem rather recovering
March 23, 2014 at 11:43 pm
I tried restoring to the same primary server and it succeeded. So story so far is...back up of primary can be restored on primary but not on secondary. here are...
February 14, 2014 at 10:03 am
Use <dbanme>
go
SELECT case
when sysfilegroups.groupname is NULL then 'LOG'
else...
February 14, 2014 at 9:58 am
manually copied to secondary server, disk verified. Error below:
Msg 9004, Level 16, State 6, Line 1
An error occurred while processing the log for database '####'. If possible, restore from...
February 14, 2014 at 3:37 am
I am not relying on the copied location instead now I am giving path directly to backup file with unc...e.g\\primaryserver\backup\abc.trn
February 14, 2014 at 2:45 am
I dosent work even after specifying restore file path same as backup location.
means I am picking same backup file
February 14, 2014 at 2:29 am
Viewing 12 posts - 1 through 12 (of 12 total)