Hi @patel abhishek ,
I have install operating system 2012 R2 but some issue to stop automatic service of SQL server 2005 how can resolve problem & other printer service stop ?
Is there the error message? And what does the message says?
You want to restart SQL Server2005? Do you try to stop SQL 2012 R2 and then have a test?
Firstly check the error log and then post here,the path of the error log:Program Files\Microsoft SQL Server\MSSQL.n\MSSQL\LOG\ERRORLOG
You can also run cmd as administrater, and then code as next,change SQL2019DEV to your instance name on your side.
net start "SQL Server (SQL2019DEV)"
More information: how-to-stop-and-start-sql-server-services
BR,
Mia
If the answer is helpful, please click "Accept Answer" and upvote it.