[Help]Error in executing

Results 1 to 2 of 2
  1. #1
    Enthusiast Huntix is offline
    MemberRank
    Nov 2008 Join Date
    49Posts

    [Help]Error in executing

    I getting error in executing the database
    Msg 15007, Level 16, State 1, Line 2
    'game' is not a valid login or you do not have permission

    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_adduserobject_vcs'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_displayoaerror'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.



    I am watching this thread http://forum.ragezone.com/f497/br-ja...-guide-444565/


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Help]Error in executing

    read it? :P
    You can do 1 of 2 things
    1 : Create a login called "game"
    2 : Change the word "game" in the script to "sa" or whatever you use to login with.



Advertisement