Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Chaining doesn''''t seem to work

    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.

  • RE: Chaining doesn''''t seem to work

    Yes - both were created by the same domain admin account and show the owner to be sa

    Kevin

  • RE: Chaining doesn''''t seem to work

    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...

  • RE: Chaining doesn''''t seem to work

    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...

  • RE: Chaining doesn''''t seem to work

    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...

Viewing 5 posts - 1 through 5 (of 5 total)