You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
sql-tools/xp_cmdshell执行语句.sql

4 lines
165 B

declare @cmd varchar(1111)
select @cmd = 'osql -S. -Usa -P"S~a!i@D#a$o%8^8&0*6(0)6_3+" -d' + db_name() + ' -iE:\赛道应用服务器\update.sql'
EXEC xp_cmdshell @cmd