ADMAzevedo Posts

ALTER DATABASE [DBName] SET EMERGENCY; GO ALTER DATABASE [DBName] set single_user GO ALTER DATABASE [DBName] set single_user GO DBCC CheckDB (‘[DBName]’) WITH ALL_ERRORMSGS GO ALTER DATABASE [DBName] SET OFFLINE…

EXEC sp_MSforeachdb ‘IF ”?” NOT IN(”master”, ”model”, ”msdb”, ”tempdb”) BEGIN USE [?] EXEC sp_changedbowner ”sa” END’

Get-Service -Name MapsBroker | Set-Service -StartupType Disabled

SELECT SERVERPROPERTY(‘Servername’) AS ‘Servidor’, msdb.dbo.backupset.database_name As ‘Database’, CASE msdb..backupset.type WHEN ‘D’ THEN ‘Database’ WHEN ‘L’ THEN ‘Log’ WHEN ‘I’ THEN ‘Diferencial’ WHEN ‘F’ THEN ‘File ou Filegroup’ WHEN ‘G’…

All commands should be run from an elevated command prompt. dism /online /cleanup-image /scanhealth dism /online /cleanup-image /checkhealth dism /online /cleanup-image /restorehealth Mount the Windows Server 2016 ISO as…

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All

1. Use “Shift + Restart” on the Windows 10 Sign In screen 2. Interrupt the normal boot process of Windows 10 three times in a row 3. Use a…

Boot with a Installation or Repair disc or USB drive – issue these from the Command Prompt and hit ENTER after each. C: bootrec /fixmbr bootrec /fixboot bootrec /scanos…

Artigo Técnico Como voltar a registar o Windows Installer Descrição O Windows Installer é responsável pela instalação, atualização e remoção de aplicações baseadas em ficheiros MSI. Em alguns casos,…