I installed SQL Server 2005 CPT on a new machine running XP. I do not see SQL Server Service Manager. Has something changed in 2005 over 2000 There are times when it is necessary to stop the database. The old way you just clicked on the icon in the lower right of the PC (with the green arrow) and selected stop.
I realize I can go into XP Services, find SQLServer2005, right click and select stop, but is there some simpler way, like with an icon, like there used to be
I know this is an elemental question but I am an elemental user <g>

Where is Service Manager in SQL Server 2005?
sigrun
It would be nice to be able to stop a database with as few key strokes as possible. It would also be nice to be able to do this in some sort of a batch file; e.g., one I could run just before doing a copy of files and directories.
DaManJ
cooknfamily
To do this in a batch file you can use WMI Service Management or SMO.
MohsinAta
mmengel
nick child