Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rardales
Starting Member
32 Posts |
Posted - 2004-12-22 : 16:07:58
|
| Enterprise Manager seemed to have froze. This may be a dumb question, but how do I restart that service on our SQL database server? |
|
|
rardales
Starting Member
32 Posts |
Posted - 2004-12-22 : 16:12:14
|
| nevermind. it's working now. |
 |
|
|
rockmoose
SQL Natt Alfen
3279 Posts |
Posted - 2004-12-22 : 16:16:48
|
| EM is not a service, just an application.Restart it as You would any other App.MS SQLServer though, does run as a service (unless -c startup flag is given ),You can restart that service from the services manager, net stop/start servicename, scm utility, SQL Server Service utility or EM.rockmoose |
 |
|
|
rockmoose
SQL Natt Alfen
3279 Posts |
Posted - 2004-12-22 : 16:17:08
|
nevermindrockmoose |
 |
|
|
|
|
|