I cant how to Create an account ?
Create an account (AccountLevelCode 100 give access to admin commands)
USE [DNMembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'USERNAME',
@inyAccountLevelCode = 100,
@inyCharacterCreateLimit = 4,
@inyCharacterMaxCount = 4,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL, @IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 4,
@inyGenderCode = NULL, @DaTBirthDate = NULL,
@vchPassphrase = N'PASSWORT',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
GO
run cmd ? or sqlcmd - -
how to ?
I do not understand
help me take picture please .
Re: I cant how to Create an account ?
check your other post with same questions. I posted there..
Re: I cant how to Create an account ?
i want pic i see posted but i cant T T
- - - Updated - - -
[IMG]http://image.ohozaa.com/t/5f9/8jXHQW.png[/IMG]