this melted my brainQuote:
Nah buddy, truncate doesn't delete the entire table, it just deletes the rows and
(You can test TRUNCATE TABLE command yourself before you try my query above)
just stop dude you don't get it.Quote:
You can use this to delete top (number) of rows:You can put a condition (where) at any situation:Code:DELETE TOP (500) from [dbo].[TableName]I don't know why you're caring some much about time, I don't think that time can be handled.Code:DELETE TOP (500) from [dbo].[_Users] where UserID >= 5000
he wants to delete a character's data including skills items and everything related to it.