all groups > sql server full text search > july 2004 >
You're in the

sql server full text search

group:

Full Text Help


Full Text Help :)
7/16/2004 12:31:21 AM
sql server full text search:
I changed the MSSSQL accoutn using EM not Control Panel...
Re: Full Text Help Hilary Cotter
7/16/2004 5:29:02 AM
try this


EXEC sp_grantlogin [NT Authority\System]
go
EXEC sp_addsrvrolemember @loginame = [NT Authority\System]
, @rolename = 'sysadmin'
go

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

Re: Full Text Help :)
7/16/2004 7:34:51 AM
Tryed that and still doesn't work....
[quoted text, click to view]
Re: Full Text Help Hilary Cotter
7/17/2004 8:26:39 AM
exactly what is/are the error message/s/problems you are encountering.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

AddThis Social Bookmark Button