[11:58, 17.10.2022] Hasan Özkavaklı (Bilnex): 👍🏻 [12:57, 17.10.2022] Mehmet Bilnex: EXEC sp_configure 'show advanced options', '1' RECONFIGURE -- this enables xp_cmdshell EXEC sp_configure 'xp_cmdshell', '1' RECONFIGURE EXEC xp_cmdshell 'net start ReplikasyonServis' EXEC xp_cmdshell 'whoami'