[HOW TO] Registering Account Without Admin Tool - Via SQL Server Management Studio

Results 1 to 4 of 4
  1. #1
    Novice budakbotakje is offline
    MemberRank
    Jun 2014 Join Date
    Kuala Lumpur, MLocation
    4Posts

    sad [HOW TO] Registering Account Without Admin Tool - Via SQL Server Management Studio

    Hi, all!

    Is there any idea to create cabal user account directly from sql server?
    Using GM tool, Admin tool keep give error etc even the sql server ip's true.

    Example : BeGa Admin Tool V 2.0.2.1 - CRITICAL , An critical error occured when creating account.. Closing form..

    Anyway thanks.


  2. #2
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: [HOW TO] Registering Account Without Admin Tool - Via SQL Server Management Studi

    Quote Originally Posted by budakbotakje View Post
    Hi, all!
    Is there any idea to create cabal user account directly from sql server?
    Using GM tool, Admin tool keep give error etc even the sql server ip's true.
    Example : BeGa Admin Tool V 2.0.2.1 - CRITICAL , An critical error occured when creating account.. Closing form..
    Anyway thanks.
    Yes sure, open MSSQL Client managament
    Click button "New Query"
    Write "exec [Account].[dbo].[cabal_tool_registerAccount] 'YOUR ACC NAME', 'PASSWORD', null, null"
    Here we go.
    @cypher Wrong section.
    Last edited by Dens666; 31-05-15 at 12:54 PM.

  3. #3
    Novice budakbotakje is offline
    MemberRank
    Jun 2014 Join Date
    Kuala Lumpur, MLocation
    4Posts

    Re: [HOW TO] Registering Account Without Admin Tool - Via SQL Server Management Studi

    Anyway it's work! Thank you. I hope I can ask for more help from you all :D

  4. #4
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: [HOW TO] Registering Account Without Admin Tool - Via SQL Server Management Studi

    Yes of course.
    But dont forget about "Like" button.



Advertisement