вторник, 19 апреля 2016 г.

MSSQL Report Server


Ошибка при переносе ReportServer

rsOperationNotSupported


Решение здесь
http://www.widriksson.com/ssrs-scale-out-deployment-configuration-error/
Delete the old server from the list and the scale-out deployment error should be gone when you open up report manager url. (At least if you do not have any additional enterprise/developer features referenced from the reportserver database)
DELETE FROM [ReportServer].[dbo].[Keys]
WHERE MachineName = 'YourSourceServerName'


https://msdn.microsoft.com/en-us/library/cc281308.aspx

четверг, 14 апреля 2016 г.

tcpdump

https://www.opennet.ru/base/net/tcpdump_explore.txt.html

понедельник, 11 апреля 2016 г.

hyper-v replica sql server

https://habrahabr.ru/company/veeam/blog/247779/

http://windowsitpro.com/hyper-v/hyper-v-replica-sql-server
Set-VMReplication -VMName <vm-name> -EnableWriteOrderPreservationAcrossDisks 1

https://support.microsoft.com/en-us/kb/956893

http://www.virtualizationadmin.com/kbase/VirtualizationTips/ServerVirtualization/MicrosoftHyper-VR2Tips/General/can-i-host-sql-server-hyper-v-replica-environment.html