Dec
26
Login into the sql server via the command line using the “osql -E or -U options
ALTER LOGIN sa WITH PASSWORD = ‘Newpassword’;
GO
Dec
26
Login into the sql server via the command line using the “osql -E or -U options
ALTER LOGIN sa WITH PASSWORD = ‘Newpassword’;
GO