[Request] Wipe in SQL

10/31/2017 09:26 Yolo143#1
The title said :D

Can I request to the Wipe injection in sql, I saw that before but I can't search it anymore thank you :)
10/31/2017 10:40 Wezzy_Dev#2
Quote:
Originally Posted by Yolo143 View Post
The title said :D

Can I request to the Wipe injection in sql, I saw that before but I can't search it anymore thank you :)
Here you go.
Copy the content below and go to sql new query and paste it and then execute it
11/01/2017 22:49 Sedrika#3
You should also shrink the database after doing that at least.
11/03/2017 09:53 xTwiLightx#4
Quote:
Originally Posted by Sedrika View Post
You should also shrink the database after doing that at least.
You'll better go with removing the old database files and using scripts to create a new one. Shrinking is bad use-case, since it causes a lot fragmentation.

Also, truncate table should be used instead of delete from.