how to delete TUser TCharacter Rohan DB

01/21/2019 15:06 kakmak#1
how to delete TUser TCharacter Rohan DB:rtfm::rtfm::rtfm:
01/21/2019 15:32 Ishtaria#2
Format c:
01/21/2019 15:51 kakmak#3
Quote:
Originally Posted by Ishtaria View Post
Format c:
Very cruel
01/21/2019 16:31 im batman#4
No. Very honest. Seriously, if you can't figure out how to do what you asked, you really should not be trying to build a game server of any kind.
01/21/2019 21:22 eberic1#5
[QUOTE=kakmak;37352649]how to delete TUser TCharacter Rohan DB:rtfm::rtfm::rtfm:[/QUOT
Reinstall Windows
01/21/2019 23:55 maikleBT1#6
DROP TABLE TCharacter
DROP TABLE TUser

-----
if you mean to delete the Characters from user id xD

delete from [RohanGame].[dbo].[TCharacter] where user_id = 9999
01/22/2019 12:13 kakmak#7
Quote:
Originally Posted by maikleBT1 View Post
DROP TABLE TCharacter
DROP TABLE TUser

-----
if you mean to delete the Characters from user id xD

delete from [RohanGame].[dbo].[TCharacter] where user_id = 9999
real people 2019 thx
01/22/2019 18:09 im batman#8
Quote:
Originally Posted by kakmak View Post
real people 2019 thx
Just sayin' if you intend to touch an SQL database, any SQL database, you had better understand fundamental SQL before even dreaming of touching it.

If you had even the minimum knowledge of SQL you would not have needed to create this thread at all because doing what you were asking IS fundamental SQL.

In short... :rtfm: (what that smiley means is - READ THE FRIENDLY MANUAL)
01/23/2019 15:42 Dead552#9
[quote=eberic1;37353288]
Quote:
Originally Posted by kakmak View Post
how to delete TUser TCharacter Rohan DB:rtfm::rtfm::rtfm:[/QUOT
Reinstall Windows
Comes from a person that can't "quote"..........
Easy thing 1 click and yet you failed on that.

Anyway on the topic learn sql there is enough tutorial's, People here might seems to be a dick but they got a point only in harsh way.

But i get it since many people keep asking stuff if it's dumb question or not, All being said or answered.

Google and Youtube best way to start learning don't expect anybody just teach you, Gotta work hard for stuff if you really want it =)
01/24/2019 00:31 eberic1#10
[quote=Dead552;37356220]
Quote:
Originally Posted by eberic1 View Post

Comes from a person that can't "quote"..........
Easy thing 1 click and yet you failed on that.

Anyway on the topic learn sql there is enough tutorial's, People here might seems to be a dick but they got a point only in harsh way.

But i get it since many people keep asking stuff if it's dumb question or not, All being said or answered.

Google and Youtube best way to start learning don't expect anybody just teach you, Gotta work hard for stuff if you really want it =)
I really dont mind to help anyone with a server setup, but like u said this basic questions were answered allready on other topic or its just a logic, like delete all accs from rohanuser db, aniway @[Only registered and activated users can see links. Click Here To Register...] be sure to delete all chars from RohanGame :)
01/24/2019 19:16 im batman#11
Quote:
Originally Posted by Dead552 View Post

I really dont mind to help anyone with a server setup, but like u said this basic questions were answered allready on other topic or its just a logic, like delete all accs from rohanuser db, aniway @[Only registered and activated users can see links. Click Here To Register...] be sure to delete all chars from RohanGame :)
AND delete all users in TUser.