Kayıt
5 Ağustos 2012
Mesajlar
11
Beğeniler
0
Girdiğim Kod
USE [SRO_VT_SHARD]
GO
truncate table _CharSkill
truncate table _CharSkillMastery
truncate table _GuildMember
truncate table _BlockedWhisperers
truncate table _OpenMarket
truncate table _Inventory
truncate table _InventoryForAvatar
truncate table _InventoryForLinkedStorage
truncate table _TrainingCampMember
truncate table _TrainingCampSubMentorHonorPoint
truncate table _TrainingCampHonorRank
truncate table _TrainingCampBuffStatus
delete from _TrainingCamp
truncate table _StaticAvatar
truncate table_User
truncate table _Friend
truncate table _Memo
truncate table _TimedJob
truncate table _CharTrijobSafeTrade
delete from _CharTrijob
truncate table _InvCOS
delete from _CharCOS where ID > 0
delete from _Char where charid > 0
truncate table _Chest
truncate table _ChestInfo
truncate table _ItemPool
delete from _Items where ID64 > 0
delete from _AccountJID
truncate table _GuildChestupdate
_AlliedClans set Ally1 = 0, Ally2 = 0, Ally3 = 0, Ally4 = 0, Ally5 = 0, Ally6 = 0, Ally7 = 0, Ally8 = 0
truncate table _GuildWar
delete from _Guild where ID > 0
delete from _AlliedClans where ID > 0
truncate table _CharNameList
truncate table _CharQuest
truncate table _ClientConfig
truncate table _DeletedChar
truncate table _SiegeFortressStruct
truncate table _SiegeFortressStoneState
truncate table _SiegeFortressRequest
truncate table _SiegeFortressObject
truncate table _SiegeFortressItemForge
truncate table _SiegeFortressBattleRecord
delete from _SiegeFortress

Aldıgım Hata
(0 row(s) affected)
neden böyle hata veriyo anlamış değilim ayrıca sqlden databaseye girdiğimde silk dosyası yok gözüküyo?
http://m1305.hizliresim.com/19/g/n23q3.png
 
Kayıt
24 Mayıs 2007
Mesajlar
3.806
Beğeniler
55
Şehir
İzmir, Bornova
silmek istediğin tablonun içinde hiç kayıt olmayabilir normal bir durum bu :)
 
Kayıt
5 Ağustos 2012
Mesajlar
11
Beğeniler
0
Bu mesaj Egoist rumuzlu uyeden alinti yapildi
Egoist demiş ki:
silmek istediğin tablonun içinde hiç kayıt olmayabilir normal bir durum bu :)
peki resimdeki olmayan yer nasıl olcak silk klasoru yok normalde databases klasorunda silk adında bi klasor olması gerek
 
Kayıt
15 Temmuz 2009
Mesajlar
9.024
Beğeniler
254
Takımı
Galatasaray
(0 row(s) affected) -> Bu bir hata değil. Sonuç. Hata olsa ERROR! gibi kırmızı yazardı
 
Kayıt
8 Eylül 2007
Mesajlar
419
Beğeniler
8
Şehir
KAYSERİ
Takımı
Fenerbahce
BEnce de hata değil sadece execute ettiğin şeyin bazı satırlarda değişiklik yapmadığını gösteriyor bence.
 
Yukarı Alt