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.
|
|
|
|
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:\<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\update.sql'
|
|
|
|
|
EXEC xp_cmdshell @cmd
|
|
|
|
|
|