Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 16:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Need Help On MSSQL 2008

Discussion on Need Help On MSSQL 2008 within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Need Help On MSSQL 2008

Hello Guys,

Can u help me on my problem im not familiar using MSSQL 2008 i kinda need to truncate this dbo.tbl files in Character_DBF

dbo.tblCombatInfo
dbo.tblCombatJoinPlayer
dbo.tblCombatJoinGuild

I already tried to delete it but no effect

So any one nice that could teach me how to truncate those 3 items so that i can reset the siege rankings

Thank You Very Much
jeromerz is offline  
Old 02/03/2013, 15:14   #2
 
Rhyder`'s Avatar
 
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
Did you even try to find on sedrika database?
Rhyder` is offline  
Old 02/03/2013, 15:26   #3
 
xTwiLightx's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,739
Received Thanks: 1,669
Code:
TRUNCATE TABLE dbo.tblCombatInfo
GO
TRUNCATE TABLE dbo.tblCombatJoinPlayer
GO
TRUNCATE TABLE dbo.tblCombatJoinGuild
GO
Finish?
xTwiLightx is offline  
Thanks
1 User
Old 02/04/2013, 11:57   #4
 
elite*gold: 0
Join Date: Jan 2011
Posts: 260
Received Thanks: 12
same problem. Thakns Twilight
IPbanned is offline  
Old 02/05/2013, 04:08   #5
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Quote:
Originally Posted by xTwiLightx View Post
Code:
TRUNCATE TABLE dbo.tblCombatInfo
GO
TRUNCATE TABLE dbo.tblCombatJoinPlayer
GO
TRUNCATE TABLE dbo.tblCombatJoinGuild
GO
Finish?
Msg 4701, Level 16, State 1, Line 1
Cannot find the object "tblCombatInfo" because it does not exist or you do not have permissions.
Msg 4701, Level 16, State 1, Line 1
Cannot find the object "tblCombatJoinPlayer" because it does not exist or you do not have permissions.
Msg 4701, Level 16, State 1, Line 1
Cannot find the object "tblCombatJoinGuild" because it does not exist or you do not have permissions.

error
jeromerz is offline  
Old 02/05/2013, 13:47   #6
 
xTwiLightx's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,739
Received Thanks: 1,669
Quote:
Originally Posted by jeromerz View Post
Msg 4701, Level 16, State 1, Line 1
Cannot find the object "tblCombatInfo" because it does not exist or you do not have permissions.
Msg 4701, Level 16, State 1, Line 1
Cannot find the object "tblCombatJoinPlayer" because it does not exist or you do not have permissions.
Msg 4701, Level 16, State 1, Line 1
Cannot find the object "tblCombatJoinGuild" because it does not exist or you do not have permissions.

error


Code:
TRUNCATE TABLE CHARACTER_01_DBF.dbo.tblCombatInfo
GO
TRUNCATE TABLE CHARACTER_01_DBF.dbo.tblCombatJoinPlayer
GO
TRUNCATE TABLE CHARACTER_01_DBF.dbo.tblCombatJoinGuild
GO
xTwiLightx is offline  
Old 02/08/2013, 04:02   #7
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Quote:
Originally Posted by xTwiLightx View Post


Code:
TRUNCATE TABLE CHARACTER_01_DBF.dbo.tblCombatInfo
GO
TRUNCATE TABLE CHARACTER_01_DBF.dbo.tblCombatJoinPlayer
GO
TRUNCATE TABLE CHARACTER_01_DBF.dbo.tblCombatJoinGuild
GO
Msg 4712, Level 16, State 1, Line 1
Cannot truncate table 'CHARACTER_01_DBF.dbo.tblCombatInfo' because it is being referenced by a FOREIGN KEY constraint.
Msg 4712, Level 16, State 1, Line 1
Cannot truncate table 'CHARACTER_01_DBF.dbo.tblCombatJoinGuild' because it is being referenced by a FOREIGN KEY constraint.
jeromerz is offline  
Old 02/08/2013, 14:50   #8
 
elite*gold: 0
Join Date: Sep 2008
Posts: 158
Received Thanks: 256
DELETE TABLE CHARACTER_01_DBF.dbo.tblCombatInfo
GO
DELETE TABLE CHARACTER_01_DBF.dbo.tblCombatJoinPlayer
GO
DELETE TABLE CHARACTER_01_DBF.dbo.tblCombatJoinGuild
GO
yannick2008 is offline  
Thanks
2 Users
Old 02/10/2013, 11:42   #9
 
elite*gold: 0
Join Date: Jan 2011
Posts: 260
Received Thanks: 12
Thanks for helping guys.
this helps me too.
IPbanned is offline  
Old 02/13/2013, 01:23   #10
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Error Again

jeromerz is offline  
Reply


Similar Threads Similar Threads
Need Help on MSSQL 2008
02/03/2013 - Flyff Private Server - 0 Replies
Hello epvpers, Can u teach me how to truncate this table's in CHARACTER_DBF (dbo.tblCombatInfo,dbo.tblCombatJoinPlayer, dbo.tblCombatJoinGuild) Thanks. hope you can help me. :)
MSSQL 2008 Problem
05/30/2012 - Flyff Private Server - 8 Replies
Guten Abend! Ich habe vor ein paar Wochen bereits probiert MSSQL 2008 zu installieren wie in Sedrikas Guide beschrieben und ja ich habe das auch schon auf anderen Systemen mehrmals erfolgreich gemacht. Doch irgendwie scheint es nach einer fehlerhaften Deinstallation die Installation nicht mehr zu funktionieren. Ich habe schon versucht die Registry zu reinigen, die übrigen SQL Server Ordner zu löschen/umzubenennen und mit dem windows installer cleanup versucht das ganze runterzuwerfen, doch...
MSSQL 2008
04/06/2012 - SRO Private Server - 4 Replies
Hey elitepvpers user, i want to know about mssql version. MSSQL 2008 same with MSSQL 2008 R2 or not???
MSSQL 2008 Problem
04/27/2011 - Flyff Private Server - 0 Replies
Hallo liebe community, Ich habe ein großes Problem, unzwar kann ich keinen account erstellen... wenn ich den testen will im sql manager kommt diese fehlermeldung: Meldung 102, Ebene 15, Status 1, Zeile 4 Falsche Syntax in der Nähe von 'P'. Meldung 102, Ebene 15, Status 1, Zeile 4 Falsche Syntax in der Nähe von '00'. Meldung 105, Ebene 15, Status 1, Zeile 4 Kein schließendes Anführungszeichen nach der Zeichenfolge ', NULL, NULL) GO
[Help]MSSQL 2008
01/19/2009 - Dekaron Private Server - 3 Replies
Since my work hasn't had much use for me this week. I've been dinking around in MSSQL 2008. So far, I've gotten 3 of the database backups to work. Now, the billing one is a bit more troublesome. The image below will show you my issue. http://www.elitepvpers.com/forum/attachment.php?at tachmentid=18629&stc=1&d=1232179360



All times are GMT +2. The time now is 16:21.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.