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
 where should i change password

Author  Topic 

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2006-08-28 : 00:31:19
Dear experts,
i'm getting problem with sql server 2000. actually i changed the service from automatic to manual, right from that day,sql server is not working on my machine.when i checkd in the properties of sql server registration, it is showing some around 8 letter password. actually i will connect with sa and password sa.

where should i change the password? is there any other solution?

or is it better to uninstall and install again? if so what about my databases?


please help me in this regard

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-08-28 : 01:06:18
The service activation shouldn't have anything to do with your SA password.

Enterprise Manager or SQL Server Service Manager should be able to tell you if the service is running.
If it isn't running, try manually starting it then checking the NT event logs for clues as to why it failed.

You shouldn't need to re-install unless you really mess things up.

HTH,

Tim
Go to Top of Page

panthagani
Yak Posting Veteran

58 Posts

Posted - 2006-08-28 : 01:06:47
Can you elaborate by what you mean by 'not working'? As per what I understand,if SQL server service is not starting when you try to start it, what error do you get? Also, is the account being used a local admin on the server?
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2006-08-28 : 04:11:59
the sql server is not running actually.while trying to start it, it is saying that,
"connection could not be established to dev489(it is my server name)"
"sql server is not exist or access denied". it is also saying "connectionOpen(connect())..."
"please verify sql server is running and check your registration properties"

actually i registerd sql server.
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-08-28 : 04:17:00
quote:
Originally posted by sunsanvin

the sql server is not running actually.while trying to start it, it is saying that, "sql server is not existing or access denied". actually i registerd sql server



did you installed it with the windows authentication or both?

are you trying to login from same other computer or from the local computer?

try login via windows authentication mode?

Chirag
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2006-08-28 : 04:29:23
even i tried to login in windows authentication mode.it is saying the same as sql server not exists or access denied
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2006-08-28 : 04:40:21
i installed in both mode.

and i'm trying to loging from the local system
Go to Top of Page

svicky9
Posting Yak Master

232 Posts

Posted - 2006-08-28 : 04:49:59
is the MSSQL service running? what credential does the MSSQL SERvice have..is it automatic or manual

Vic
Go to Top of Page

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-08-28 : 04:53:47
Authentication mode doesn't matter at this level. You need to get the service running properly first.

Go to Top of Page

panthagani
Yak Posting Veteran

58 Posts

Posted - 2006-08-28 : 04:58:52
If SQL server credentials (registration) is showing an 8 letter password, looks like SQL Server service is running under a domain account? If so, check if that account is locked or password got changed recently or if the provided password is wrong.
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2006-08-28 : 05:17:37
hi timmy,
i didnt get you.how can i make the service running?i'm trying for that only.actually, in services, masqlserver is in "starting" condition. not in "started". i think the problem is with services
Go to Top of Page

svicky9
Posting Yak Master

232 Posts

Posted - 2006-08-28 : 06:32:09
control panel-->admin tools-->services
Right click the services and see the Log on properties..all so enable the option to set automatic start up

Vic
Go to Top of Page

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-08-28 : 17:58:08
Then have a look at the Event log because there will be some info in there as to why it's not starting.

Did you change the account under which the service runs? If so, this new account may not have the required permissions.
Go to Top of Page
   

- Advertisement -