Cannot Access Server o.O

Page 2 of 2 FirstFirst 12
Results 26 to 30 of 30
  1. #26
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Cannot Access Server o.O

    Mind telling me how it happened and how you fixed it? Because my database seriously doesn't give these errors.

  2. #27
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Cannot Access Server o.O

    Quote Originally Posted by Phoenix View Post
    Mind telling me how it happened and how you fixed it? Because my database seriously doesn't give these errors.
    i want to know it too, if you don't mind telling?

  3. #28
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: Cannot Access Server o.O

    I dont want to quote his post that this community never helps. But take a look at him o.O

  4. #29
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Cannot Access Server o.O

    Quote Originally Posted by llMafiall View Post
    I dont want to quote his post that this community never helps. But take a look at him o.O
    yeh true..

    fixed
    /close please..
    and he is saying the comunity won't help..
    fine you tell us how u fixed >.<

  5. #30
    Enthusiast HeLMaX is offline
    MemberRank
    Nov 2010 Join Date
    49Posts

    Re: Cannot Access Server o.O

    Quote Originally Posted by Phoenix View Post
    Mind telling me how it happened and how you fixed it? Because my database seriously doesn't give these errors.
    Yea sure..
    The cod should be:
    Code:
    /****** Object:  StoredProcedure [dbo].[spGetAccountInfo]    Script Date: 11/17/2010 14:36:44 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE  PROC [dbo].[spGetAccountInfo]
     @AID  int      
    , @ServerID int = 0
    AS    
    BEGIN  
     SET NOCOUNT ON    
    
     SELECT AID, UserID, UGradeID, Name, HackingType
     , DATEPART(yy, EndHackingBlockTime) AS HackBlockYear, DATEPART(mm, EndHackingBlockTime) AS HackBlockMonth    
     , DATEPART(dd, EndHackingBlockTime) AS HackBlockDay, DATEPART(hh, EndHackingBlockTime) AS HackBlockHour    
     , DATEPART(mi, EndHackingBlockTime) AS HackBlockMin
     FROM Account(NOLOCK) WHERE AID = @AID      
    
     update Account set LastLoginTime = getdate(), ServerID = @ServerID  where AID = @AID  
    END
    Quote Originally Posted by llMafiall View Post
    I dont want to quote his post that this community never helps. But take a look at him o.O
    Take a look at your self nab.
    Quote Originally Posted by jur13n View Post
    yeh true..

    fixed
    /close please..
    and he is saying the comunity won't help..
    fine you tell us how u fixed >.<
    Don't break your ass.. Just ask for it why QQ ?



Page 2 of 2 FirstFirst 12

Advertisement