xuanlong1
25-06-13, 08:51 AM
Cột gì cần chuyển thì mình biết cơ mà chuyển như nào ý, import cũng không được, đồng bộ giữa 2DB cũng ko dc, update bằng query thì hòm đồ nó là varbinary mà khi mình copy dữ liệu trong hòm đồ thì là varchar... phù :(
Àk dùng câu lệch insert select như thế này nhá:
Insert into [MuOnline].[dbo].[Character]([AccountID] ,[Name]
,[cLevel]
,[LevelUpPoint]
,[Class]
,[Experience]
,[Strength]
,[Dexterity]
,[Vitality]
,[Energy]
,[Inventory]
,[MagicList]
,[Money]
,[Life]
,[MaxLife]
,[Mana]
,[MaxMana]
,[MapNumber]
,[MapPosX]
,[MapPosY]
,[MapDir]
,[PkCount]
,[PkLevel]
,[PkTime]
,[MDate]
,[LDate]
,[CtlCode]
,[DbVersion]
,[Quest]
,[Leadership]
,[ChatLimitTime]
,[FruitPoint]
,[Resets]
,[ResetsWeek]
,[ResetsMonth]
,[MasterResets]
,[ResetVIP]
,[Resets_Time]
,[NoResetInDay]
,[NoResetInMonth]
,[Relifes]
,[khoado]
,[makhoado]
,[IsThuePoint]
,[TimeThuePoint]
,[PointThue]
,[ErrorSubBlock]
,[pointdutru]
,[UyThac]
,[uythacoffline_stat]
,[uythacoffline_time]
,[PointUyThac]
,[Onlinetime]
,[point_event]
,[event1_type1]
,[event1_type2]
,[event1_type3]
,[SCFMasterLevel]
,[SCFMasterPoints]
,[SCFMasterSkills]
,[SCFMarried]
,[SCFMarryHusbandWife]
,[SCFCustomQuest]
,[SCFPCPoints]
,[SCFGensFamily]
,[SCFGensContribution]
,[SCFGensRank]
,[SCFGensDateLeave]
,[SCFGensRecvReward]
,[TopMonth01]
,[TopMonth02]
,[TopMonth03]
,[TopMonth04]
,[TopMonth05]
,[TopMonth06]
,[TopMonth07]
,[TopMonth08]
,[TopMonth09]
,[TopMonth10]
,[TopMonth11]
,[TopMonth12]
,[Top50]
,[UyThacOffline_Daily]
,[ResetNBB]
,[DGT_Time]
,[SCFMasterSkill]
,[SCFExtInventory]
,[SCFUpdatedPShop]
,[SCFSealItem]
,[SCFSealTime]
,[SCFScrollItem]
,[SCFScrollTime]
,[PointUyThac_Event]
,[DuelWins]
,[DuelLoses]
,[DuelsTotal]
,[LastDuel]
,[BanPost]
,[test_pcpoint]
,[PCPoint]
,[reset_total]
,[DoiPoint1]
,[DoiPoint2]
,[DoiPoint3])
select [AccountID] ,[Name]
,[cLevel]
,[LevelUpPoint]
,[Class]
,[Experience]
,[Strength]
,[Dexterity]
,[Vitality]
,[Energy]
,[Inventory]
,[MagicList]
,[Money]
,[Life]
,[MaxLife]
,[Mana]
,[MaxMana]
,[MapNumber]
,[MapPosX]
,[MapPosY]
,[MapDir]
,[PkCount]
,[PkLevel]
,[PkTime]
,[MDate]
,[LDate]
,[CtlCode]
,[DbVersion]
,[Quest]
,[Leadership]
,[ChatLimitTime]
,[FruitPoint]
,[Resets]
,[ResetsWeek]
,[ResetsMonth]
,[MasterResets]
,[ResetVIP]
,[Resets_Time]
,[NoResetInDay]
,[NoResetInMonth]
,[Relifes]
,[khoado]
,[makhoado]
,[IsThuePoint]
,[TimeThuePoint]
,[PointThue]
,[ErrorSubBlock]
,[pointdutru]
,[UyThac]
,[uythacoffline_stat]
,[uythacoffline_time]
,[PointUyThac]
,[Onlinetime]
,[point_event]
,[event1_type1]
,[event1_type2]
,[event1_type3]
,[SCFMasterLevel]
,[SCFMasterPoints]
,[SCFMasterSkills]
,[SCFMarried]
,[SCFMarryHusbandWife]
,[SCFCustomQuest]
,[SCFPCPoints]
,[SCFGensFamily]
,[SCFGensContribution]
,[SCFGensRank]
,[SCFGensDateLeave]
,[SCFGensRecvReward]
,[TopMonth01]
,[TopMonth02]
,[TopMonth03]
,[TopMonth04]
,[TopMonth05]
,[TopMonth06]
,[TopMonth07]
,[TopMonth08]
,[TopMonth09]
,[TopMonth10]
,[TopMonth11]
,[TopMonth12]
,[Top50]
,[UyThacOffline_Daily]
,[ResetNBB]
,[DGT_Time]
,[SCFMasterSkill]
,[SCFExtInventory]
,[SCFUpdatedPShop]
,[SCFSealItem]
,[SCFSealTime]
,[SCFScrollItem]
,[SCFScrollTime]
,[PointUyThac_Event]
,[DuelWins]
,[DuelLoses]
,[DuelsTotal]
,[LastDuel]
,[BanPost]
,[test_pcpoint]
,[PCPoint]
,[reset_total]
,[DoiPoint1]
,[DoiPoint2]
,[DoiPoint3]
from [MuOnline2].[dbo].[Character] where [điều kiện gì đó, where những thằng tên không trùng với thằng ở MuOnline chả hạn thì where như sau]
Ví dụ: đ.k lấy ra những thằng không trùng với bên MuOnline
where [MuOnline2].[dbo].[Character].Name not in (select Name from [MuOnline].[dbo].[Character])
Khi làm phải để ý cả bảng AccountCharacter nhá.
Bảng AccountCharacter lưu thông tin về 5 nhân vật là nhân vật thoát ra sau cùng.
Yahoo: longlx_192 cùng thảo luận nhé :)
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.