M
Me
I want to run the sql server procedure sp_password to
change the sql server database password for logged on user.
How can I do it?
I tried using DoCmd.RunSQL SQL
where SQL = EXEC sp_password NULL, 'newpwd', 'username'
but it seems it won't accept statements other than 'SELECT/INSERT/UPDATE/ or
the like thereof'
Thank you,
-Me
change the sql server database password for logged on user.
How can I do it?
I tried using DoCmd.RunSQL SQL
where SQL = EXEC sp_password NULL, 'newpwd', 'username'
but it seems it won't accept statements other than 'SELECT/INSERT/UPDATE/ or
the like thereof'
Thank you,
-Me