DEFINITIONS

Definitions More Info.
Definition ID63
TitleSQL
CategorySCRIPT
DefinitionDOS_KOMUTU_CALISTIRMA
Definition Descriptionuse master DECLARE @cmdstr as varchar(255) set @cmdstr='c:\utils\stop.bat' print @cmdstr Exec master.dbo.xp_cmdshell 'net use "\\213.243.39.106\utils" /u:acsdom.int\serviceusr 1qaz3EDC4rfv*' EXEC master..xp_cmdshell @cmdstr use master DECLARE @cmdstr as varchar(255) set @cmdstr='c:\utils\start.bat' print @cmdstr Exec master.dbo.xp_cmdshell 'net use "\\213.243.39.106\utils" /u:acsdom.int\serviceusr 1qaz3EDC4rfv*' EXEC master..xp_cmdshell @cmdstr
RecordBycunay
Record Date15-02-2012 16:15:24
Düzenle
Kopyala
Sil