Viewing 6 posts - 1 through 6 (of 6 total)
I was finally able to try what you suggested and got this error:
Msg 644, Level 21, State 5, Line 1
Could not find the index entry for RID '161fbfb13a010000' in index...
June 5, 2012 at 8:14 pm
Gail..here you go:
I ran this:
select '[' + name + ']'
from sysobjects
WHERE id = 984727327
order by 1
it returned:
[BRP001_ACCT]
SELECT * FROM sysusers where uid = 11
retuned no data
May 31, 2012 at 10:13 am
Gail,
Your query returned no results.
This one "select * from sysobjects WHERE id = 984727327 order by 1"
returned this:
nameidxtypeuidinfostatusbase_schema_verreplinfoparent_objcrdateftcatidschema_verstats_schema_vertypeuserstatsysstatindexdelrefdateversiondeltriginstrigupdtrigseltrigcategorycache
BRP001_ACCT984727327U 11316106127360002002-01-24 16:44:42.253000U 16702002-01-24 16:44:42.2530000000
Andy
May 31, 2012 at 8:57 am
here it is:
Msg 3701, Level 11, State 5, Line 1
Cannot drop the table 'BRP001_ACCT', because it does not exist in the system catalog.
I don't think so !
Andy
May 30, 2012 at 1:59 pm
YES...that worked !
Thank You...Andy
February 16, 2012 at 10:05 am
Thanks for responding...will that allow the user to connect under the other group ?
February 16, 2012 at 9:12 am
Viewing 6 posts - 1 through 6 (of 6 total)