Browse by Tags

Enabling xp_cmdshell in SQL Server 2005
xp_cmdshell is used to spawn a Windows command shell and executes a command line process by the operating system. In order to minimize the security risk of executing malicious code outside SQL Server 2005, xp_cmdshell is disabled by default, and the following...