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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 To reboot the server

Author  Topic 

ilmi
Starting Member

2 Posts

Posted - 2006-01-25 : 22:26:31
I'm very new to SQL Server. I need to reboot the server for some reason. I need your help to list out what a the step that I need to follow to perform this process.

Regards,
Ilmi

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-01-25 : 22:29:53
You want to reboot your server box or restart the SQL Server ?

----------------------------------
'KH'


Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-01-25 : 22:39:43
To restart your server:

start button --> Shut Down --> Restart


To restart SQL Server (One method, there are many others):

1. Open up the services control panel (look in administrative tools)
2. Scroll down until you find MSSQLServer
3. Right click it, select 'Restart' from the drop-down menu




-ec
Go to Top of Page

ilmi
Starting Member

2 Posts

Posted - 2006-01-25 : 22:49:18
Yes, I want to reboot my server box.

Ilmi
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-01-25 : 22:53:17
Follow the steps that ec suggested to restart the server box. Your SQL Server will automatically start up after the Server is up. Unless it is not configured to auto start. You can check the settings in the Service Control Panel under Adminitrative Tools.

----------------------------------
'KH'


Go to Top of Page

Anup Shah
Starting Member

14 Posts

Posted - 2006-01-26 : 00:42:27
hy
though u r new to sql server of course u know how to reboot the system or restart the sql service.

if u really don't know i think our friends has already given answer.
but if not, plz provide some more details about your qustion.

like "i want to reboot my SQL SERVER/ SQL SERVER BOX but i don't want to stop your client working"
Go to Top of Page
   

- Advertisement -