Viewing 15 posts - 76 through 90 (of 91 total)
shahgols,
Did you find out what was the prooblem? I am having similar error. Wonder if it's the same reason. Thanks.
Msg 17906, Sev 18: Access denied [SQLSTATE 42000]
October 23, 2002 at 2:51 pm
Checked Support service, it's using same profile as the one in startup account. I tried to TEST from there and test was successful also. Don't know what else could be...
October 23, 2002 at 6:51 am
Do I really need that? I don't even have this service account as DB user for Db that I am selecing from. It was always like that and never had...
October 22, 2002 at 3:38 pm
run this.
sp_dboption 'DB_name', 'single user', 'False'
you will get confirmaion that DB is now in multi user mode.
October 14, 2002 at 11:51 am
Thanks all of you whoever responded. I think I will go with query which is working fine now.
October 14, 2002 at 7:00 am
Thanks, Klaas-jan
I got it working but now my only question is when I use this query it sends me result of master database and if I don't give master.dbo then...
October 11, 2002 at 11:07 am
OK, Thanks for response. Here is where I am. I decided to use Greg's query and then send me email query results. I am trying to put together a script...
October 11, 2002 at 7:38 am
I think Trigger won't work becuse I am looking for Object creation not for DML commands. and I am not sure if that works with Trigger. But I think Greg's...
October 9, 2002 at 6:57 am
Actually I made the same assumption but numeric field in both tables had different length. And that was the reason size was different.
Thanks both of you.
October 8, 2002 at 2:10 pm
Run this procedure with following parameter
sp_dboption 'DB name', 'single user', 'true'
and database will be in single user mode. When returning to multi user mode Use 'False' as parameter.
October 7, 2002 at 11:56 am
IT's SQL 7.0 std. edition on windows NT 4.0. With Outlook 2000.
I will look into MS Q&A to see what checklist is that.
Thanks.
Hiren
October 4, 2002 at 11:59 am
May be that's the problem. I haven't tried to solve it but that makes sense.
Thanks.
Hiren
October 3, 2002 at 9:40 am
In EM server registeration is done using user SA.
Thanks.
October 2, 2002 at 12:39 pm
Check SQL server agent propoerties. Under JOb system Tab, There is an option for 'Only users with Sysadmin Privileges can execute CmdExec and Active Scripting job steps'- see if this...
October 2, 2002 at 11:41 am
Viewing 15 posts - 76 through 90 (of 91 total)