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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-14 : 10:50:33
|
| Jojorge writes "Hi, i would like to know how i do to do MSDE auto start when the computer starts Thanks!!!!" |
|
|
Kevin Snow
Posting Yak Master
149 Posts |
Posted - 2002-05-14 : 12:00:35
|
| I'm not familiar with what tools are available with the MSDE install. However, you should always be able to access the service properties.Have you tried accessing SERVICES through CONTROL PANEL and setting the Start Mode to Automatic? (This process varies depending on the version of Windows you are using, but the idea is common to all). |
 |
|
|
JoJorge02
Starting Member
1 Post |
Posted - 2002-05-14 : 14:04:54
|
| Hi, i discovery the way to start MSDE, the problem is in the Windows 95/98 the MSDE (or SQL Serve) dosen´t start alone, you have to enter in SQL Server Service Manger and mark the option Auto-start service wehen os starts, but i need do this without user actions.... The soulution is create this link at start menu:"C:\Program Files\Microsoft SQL Server\80\Tools\Binn\scm.exe" -Action 1 -Silent 1 -Server PBAIXA_03 -Service MSSQLServer -SvcStartType 2With this command line the service starts.Thanks!!!! |
 |
|
|
|
|
|