Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] how to find dupes?

Newbie Spellweaver
Joined
Apr 18, 2008
Messages
24
Reaction score
0
Check if you have the procedures :

RunDupeCheck2
RunDupeCheck
RunDupeCheckInn

To detect a dupe start up the Query Analyzer (MSSQL 2000)or "New Query" (MSSQL 2005). Type in :

Code:
EXEC RunDupeCheck2 'Typenameofuseryouwanttocheckhere'

EXEC RunDupeCheckInn 'Typenameofuseryouwanttocheckhere'
If you have any problems just tell me.
 
Newbie Spellweaver
Joined
Aug 21, 2008
Messages
7
Reaction score
0
ty, i already know that but don't know how to find the dupes and would be good if someone posted something that finds duped serial codes on items
 
Last edited:
Junior Spellweaver
Joined
Jun 5, 2006
Messages
133
Reaction score
0
no1 here is going to be able to tell you what you ask. they will only give you things other people wrote.
A perfect example of this is
Check if you have the procedures :

RunDupeCheck2
RunDupeCheck
RunDupeCheckInn

To detect a dupe start up the Query Analyzer (MSSQL 2000)or "New Query" (MSSQL 2005). Type in :
EXEC RunDupeCheck2 'Typenameofuseryouwanttocheckhere'

EXEC RunDupeCheckInn 'Typenameofuseryouwanttocheckhere'

If you have any problems just tell me.
Write your own script, or you will never understand how it actually works.
 
Newbie Spellweaver
Joined
Jul 31, 2005
Messages
6
Reaction score
0
If ur DB has 1000 Users it means u have to do it 1 by 1.. isnt there a script that can check the entire DB by getting the user ID's from TB_User table?
 
Newbie Spellweaver
Joined
Dec 10, 2007
Messages
13
Reaction score
0
Code:
EXEC RunDupeCheck2 'Typenameofuseryouwanttocheckhere'

EXEC RunDupeCheckInn 'Typenameofuseryouwanttocheckhere'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
after it what will happen?i dont understant so pls tell me up :D
 
Back
Top