Hi
I have to update passwords on various sql instances.
I notice on some servers there are reporting type users and databases.
So for example on one sqlserver 2005 instance I see a user called reportuser and on the same server some reporting service databases.
Can anyone tell me what is involved with changing this reportsuser ? Is it just a case of running the following and reporting services
will run as normal thereafter?
ALTER LOGIN reportuser WITH PASSWORD = '<enterStrongPasswordHere>';
Thanks in Advance