[Help] A Small Question

Results 1 to 8 of 8
  1. #1
    Account Upgraded | Title Enabled! kirill113 is offline
    MemberRank
    Sep 2006 Join Date
    HellLocation
    257Posts

    [Help] A Small Question

    What does (exapmle: EXEC RANK_KNIGHTS) mean ?
    what to do with it whats it for or smthing ...

    i am using sql 2005
    Last edited by DaRkAnGeL; 01-09-08 at 03:05 PM.


  2. #2
    Account Upgraded | Title Enabled! OMEGAbuffer is offline
    MemberRank
    Jan 2008 Join Date
    301Posts

    Re: A Small Question

    EXEC = Execute
    Rank_Knights = A procedure in the database that's going to get executed.

    Putting it in your account logout procedure is like a way to update your Knights table automatically after relog. I would suggest putting the auto clan grade after relog code that I posted somewheres...

    EDIT: Wait, found it. Go to ComputerName\SQLEXPRESS\Databases\KN_online\Programmability\Stored Procedures\Account_Logout. Right-Click Account_Logout, and press modify. Put the cursor thingy at the bottom of your procedure's code, and press Return. Then, copy paste this right below it and hit execute.

    Code:
    exec imbacodermyst
    exec otonpsimgesi
    exec np_icon
    exec Rank_Knights
    This will execute all of those Stored Procedures after a relog. Those stored procedures are associated with updating clan grades and such.
    Last edited by OMEGAbuffer; 01-09-08 at 06:20 AM. Reason: FOUND IT!

  3. #3
    Account Upgraded | Title Enabled! kirill113 is offline
    MemberRank
    Sep 2006 Join Date
    HellLocation
    257Posts

    Re: A Small Question

    i think im dumb or did not understand the cursor part



  4. #4
    Account Upgraded | Title Enabled! OMEGAbuffer is offline
    MemberRank
    Jan 2008 Join Date
    301Posts

    Re: [Help] A Small Question

    That's correct. Except you're missing the procedures needed to launch it, or they were renamed in your database...

  5. #5
    Account Upgraded | Title Enabled! kirill113 is offline
    MemberRank
    Sep 2006 Join Date
    HellLocation
    257Posts

    Re: [Help] A Small Question

    Correction.. witch one is renamed ? what is missing .. ? sorry im very new at this kind of stuff.. i onley remmember the sql 2000 a bit better than 2005 but now im gettiong use to the 2005
    Last edited by kirill113; 01-09-08 at 10:54 PM.

  6. #6
    Account Upgraded | Title Enabled! OMEGAbuffer is offline
    MemberRank
    Jan 2008 Join Date
    301Posts

    Re: [Help] A Small Question

    I can't see. The error message was cut off at the end.

  7. #7
    Account Upgraded | Title Enabled! kirill113 is offline
    MemberRank
    Sep 2006 Join Date
    HellLocation
    257Posts

    Re: [Help] A Small Question

    Quote Originally Posted by OMEGAbuffer View Post
    I can't see. The error message was cut off at the end.
    Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'otonpsimgesi'. 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 'np_icon'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.

  8. #8
    Account Upgraded | Title Enabled! kirill113 is offline
    MemberRank
    Sep 2006 Join Date
    HellLocation
    257Posts

    Re: [Help] A Small Question

    so thats all it shows me
    but now i changed my db and it still shows me the same error



Advertisement