[求助]如何通过脚本修改sa密码?
如何通过脚本修改sa密码?不知道能不能实现
2005-04-26 08:30
2005-04-26 16:52
2005-04-26 16:54
sp_password [ [ @old = ] '123' , ] { [ @new =] '321' } [ , [ @loginame = ] 'sa' ]
我是这么用的 对吗?

2005-04-26 16:54
2005-05-17 11:35