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 |
frank.svs
Constraint Violating Yak Guru
368 Posts |
Posted - 2010-06-25 : 03:11:57
|
Hi,
Small clarification.
In SQL 2005/2008 we have Sql server Configuration Manager to change the domain accout for SQL SERVER and SQL AGENT services. I know the reason why only we need to edit the credentials in sql config mgr. it adds some permissions in the Actve Dir while using Linked Servers..
I want to do the same in SQL Server 2000 but i could'nt find the similar kind of utility in sql 2000.
In SQL 2000, Can i directly go and change the account in services.msc or else do i need to Right click the instance -->Properties --> under Security tab, startup service account???
Thanks in Advance
|
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2010-06-25 : 04:26:48
|
Google is your friend: http://msdn.microsoft.com/en-us/library/aa197921(SQL.80).aspx
- Lumbago
My blog (yes, I have a blog now! just not that much content yet) -> www.thefirstsql.com |
 |
|
frank.svs
Constraint Violating Yak Guru
368 Posts |
Posted - 2010-06-25 : 06:06:38
|
Thank You! |
 |
|
|
|
|