** Myself
update rule
Upgrade
Done
restart server
Verity SQL Server 11.XX
verify application (Application =SAP)
Change the page verify option with the following commands:
SQL Server 2014 Management Studio.
use master
go
alter database PRD SET PAGE_VERIFY CHECKSUM;
go
use PRD
go
EXEC sp_updatestats
Go
enable xp_cmd
Use Master
GO
EXEC master.dbo.sp_configure 'show advanced options', 1
RECONFIGURE WITH OVERRIDE
GO
EXEC master.dbo.sp_configure 'xp_cmdshell', 1
RECONFIGURE WITH OVERRIDE
GO
setup.exe /Action=Upgrade /UpdateSource="T:\sw_database\Patch MSSQL 2014"
update rule
Upgrade
Done
restart server
Verity SQL Server 11.XX
verify application (Application =SAP)
Change the page verify option with the following commands:
SQL Server 2014 Management Studio.
use master
go
alter database PRD SET PAGE_VERIFY CHECKSUM;
go
use PRD
go
EXEC sp_updatestats
Go
enable xp_cmd
Use Master
GO
EXEC master.dbo.sp_configure 'show advanced options', 1
RECONFIGURE WITH OVERRIDE
GO
EXEC master.dbo.sp_configure 'xp_cmdshell', 1
RECONFIGURE WITH OVERRIDE
GO
0 comments:
Post a Comment