How Transfer User to other DB

03/15/2012 04:57 -Lumix-#1
How i can transfer Accouts to a other DB

I use MSSQL 2008
03/15/2012 07:08 CrazyGirL_ZSZC#2
if u want accounts only then just copy the User table and past in other db ^^
03/15/2012 12:50 Dr.Abdelfattah#3
users with chars (and rest data) or you mean only the TB_User table ?
03/18/2012 16:17 H34D_B4NG3R#4
if you want with chars to you need this tables
_AccountJID
_BlockedWhisperers
_Char
_CharCollectionBook
_CharCOS
_CharInstanceWorldData
_CharNameList
_CharNickNameList
_CharQuest
_CharSkill
_CharSkillMastery
_CharTrijob
_CharTrijobSafeTrade
_Chest
_ChestInfo
_ClientConfig
_DeletedChar
_Friend
_GPHistory
_Guild
_GuildChest
_GuildMember
_GuildWar
_InvCOS
_Inventory
_InventoryForAvatar
_InventoryForLinkedStorage
_ItemPool
_ItemQuotation
_Items
_LastItemSerial
_Memo
_OpenMarket
_SiegeFortress
_SiegeFortressItemForge
_SiegeFortressObject
_StaticAvatar
_TimedJob
_TimedJobForPet
_TrainingCamp
_TrainingCampBuffStatus
_TrainingCampHonorRank
_TrainingCampMember
_TrainingCampSubMentorHonorPoint
_User

if you want just the accounts you need _User table

AND TO IMPORT THEM TO YOUR NEW DATABASE , CLICK ON YOUR NEW DATABASE -TASK-IMPORT TADA... - THEN SELECT THE TABLES FROM THE OLD DATABASE AND THATS ALL