One of clients "lost" xp_cmdshell store procedure. (2000 SP4). Any way to install this xp without installing all 2000 again?
you can restore the extended procedure : use master declare @dll_file varchar(100) -- path of dll , you can modify it based on the installation drive of sql set @dll_file = 'Crogram FilesMicrosoft SQL ServerMSSQLBinnxplog70.dll' exec sp_addextendedproc 'xp_cmdshell', @dll_file