• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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