Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 22:23

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

Advertisement



[Guide] Finding tables containing JID, UserJID, or CharID (For cleanup purposes)

Discussion on [Guide] Finding tables containing JID, UserJID, or CharID (For cleanup purposes) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
witchymoo's Avatar
 
elite*gold: 40
Join Date: Jul 2013
Posts: 166
Received Thanks: 200
Post [Guide] Finding tables containing JID, UserJID, or CharID (For cleanup purposes)

Hello,

Here I'll share simple query to find tables containing "JID", "UserJID", or "CharID", for cleanup purposes. Well actually, it'll be easier to cleanup the whole thing if you wanna start fresh, and this prolly old and useless to you, but I'll share it anyway.

Now the boring part:
Code:
USE [SRO_VT_SHARD]
GO
-- Find tables containing field "JID" or "UserJID" or "CharID"
SELECT c.name AS ColName, t.name AS TableName FROM sys.columns c JOIN sys.tables t ON c.object_id = t.object_id
WHERE c.name LIKE 'JID' OR c.name LIKE 'UserJID' OR c.name LIKE 'CharID' ORDER BY c.name, TableName ASC
Note: that's only for SRO_VT_SHARD. do the same in ACCOUNT and LOG database.

Result:
Attached Images
File Type: jpg find-tables.jpg (55.6 KB, 130 views)
witchymoo is offline  
Thanks
5 Users
Old 07/08/2015, 02:55   #2
 
CriZ-'s Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 469
Received Thanks: 222
Thanks mate *
CriZ- is offline  
Thanks
1 User
Old 07/08/2015, 03:45   #3
 
elite*gold: 0
Join Date: Feb 2012
Posts: 551
Received Thanks: 46
alright that's so helpful to me
thx bro
thebigbody is offline  
Reply

Tags
cleanup, table, vsro


Similar Threads Similar Threads
[Guide] Database Cleanup
12/08/2015 - EO PServer Guides & Releases - 3 Replies
Tired of having more account then characters? of people that created mutiple accounts but just use 1 or when people deleted there characters. Here is a way to get rid of these SELECT DISTINCT account. * FROM account LEFT JOIN cq_user ON account.id = cq_user.account_id WHERE
[Guide] Finding address for multiclient
05/02/2012 - Battle of the Immortals - 46 Replies
1.Open CheatEngine 2. Open game.exe process 3. Memory view 4. Search (array of) byte 33 DB 3B C3 89 44 24 28 5. note the address
Inventory Breaking/Cleanup Guide -Breaking Any Item Without Guilt
08/24/2011 - Grand Chase Philippines - 12 Replies
For those who are still having problems on inventory spaces, being unable to add any items in their inventory because it is already full or nearly full, here is a guide to free up a lot of space. There are items which could be sold, items which could be broken or both. Sell those unuseful items or break them as you wish to free up your inventory space. Item breaking, of course is thru the use of DK-P Type 0812 or more commonly known as the crafting/breaking machine on your grand chase Menu tab...
Complete Guide For Finding Your Steam ID And More!
03/20/2010 - Steam Trading - 27 Replies
Table of Contents To use: Hit ctrl + f and enter the xxx code into the search input to quickly jump to a section. 1aa - What is Steam 2aa - What Are Digits or Steam ID's 3aa - Finding Your SteamID 4aa - Selling Your Steam Account 4ab - What to do During a Sale 5aa - Buying a Steam Account 6aa - Securing Your Steam Account
Guide for finding skills in sibibot!
03/08/2009 - SRO PServer Guides & Releases - 13 Replies
Who has trouble finding their skills for sibi bot? This is a guide so you wont ever have to worry! Note:i just made this for the attacks section cause thats the hard list but it will work for the buffs and imbues. And now the hard part:pimp: If you are just starting a character you are gonna go through the most important part of the skills! this is the part where you have to make your order.



All times are GMT +2. The time now is 22:23.


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.