EXEC sp_configure ‘external scripts enabled’, 1 RECONFIGURE WITH OVERRIDE EXEC sp_configure ‘external scripts enabled’ USE <database_name> GO GRANT EXECUTE ANY EXTERNAL SCRIPT TO [UserName] EXEC…
별도의 DB서버를 사용하지 않고 내부DB를 사용하는 경우 메모리 사용 제한설정 방법. w3wp.exe 프로세스가 메모리를 많이 사용해야되는 이유가 있기 때문에 메모리가 여유가 없는 서버일경우는 자잘한 문제를…
This article provides the steps to re-register a Windows client/server in Windows Server Update Services (WSUS). Original product version: Windows 10 – all editions, Windows…
종료이벤트 추적기 로그인시 정상 리부팅해도 지속적으로 출력되는 이슈 \HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability.\DirtyShutdown.\DirtyShutdownTime 두개 오브젝트 지우거나 .\DirtyShutdown의 값을 0으로 변경 서버 2016 및 2019에서 발생
SELECT OBJECT_NAME(p.object_id) AS ObjectName, i.name AS IndexName, p.index_id AS IndexID, ds.name AS PartitionScheme, p.partition_number AS PartitionNumber, fg.name AS FileGroupName, prv_left.value AS LowerBoundaryValue, prv_right.value AS UpperBoundaryValue,…