Viewing 5 posts - 1 through 5 (of 5 total)
Yes I did, argh! Still not working. Since it would appear to be working for others, I figure it is probably time to raise the white flag.
June 3, 2005 at 4:42 am
Yes - both were created by the same domain admin account and show the owner to be sa
Kevin
June 2, 2005 at 8:06 am
Hi Greg,
Same problem there. This is one of those cases where everything "seems" to be okay but it is not working as advertised. I have moved onto other things in...
June 1, 2005 at 5:29 pm
I did (rather defeats the purpose of chaining doesn't it) however, I still need to grant permissions to the individual objects to get it to work. There is a flag...
May 19, 2005 at 8:50 pm
Sure - here's the whole enchilada
Use InternetUserArea
go
if exists( select * from sysobjects where name = 'GetUserInfo' )
drop proc dbo.GetUserInfo
go
create proc dbo.GetUserInfo(
@sUserLogin varchar(50),
@sPassword varchar(50)
)
as
begin
if exists( select * from TTCUserInfo.dbo.BasicUserInfo
where login_name = @sUserLogin and...
May 15, 2005 at 3:05 pm
Viewing 5 posts - 1 through 5 (of 5 total)