Hello,
Did you try doing the ALTER LOGIN directly from your application (via ADO.NET)?
ALTER LOGIN [test] WITH PASSWORD = 'yournewpasswordhere';
Best Regards,
Joe Sack, Principal PM, Microsoft
Hello,
Did you try doing the ALTER LOGIN directly from your application (via ADO.NET)?
ALTER LOGIN [test] WITH PASSWORD = 'yournewpasswordhere';
Best Regards,
Joe Sack, Principal PM, Microsoft