Hi guys!
i've a problem with my Microsoft SQL SERVER...
I was trying to start the "sql reporting services" service, but after receive many error messages i look at google for some information and i found some solution about this:
To increase the default service time-out, follow these steps:- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then select the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- Right-click Control, point to New, and then click DWORD.
- In the New Value box, type ServicesPipeTimeout, and then press Enter.
- Right-click ServicesPipeTimeout, and then click Modify.
- Click Decimal, type the number of milliseconds that you want to wait until the service times out, and then click OK.
For example, to wait 60 seconds before the service times out, type 60000. - On the File menu, click Exit, and then restart the computer.
I did all this steps and after restart my machine, the sqlserver windows account was missing. I already tryed start all the services manually, but... not sucess!
Any idea?