13

I am trying to find an option to truncate table in the right click menu or somewhere in the GUI of DBeaver. The database is SQL Server.

Is there any other option rather that explicitly writing the truncate script?

Tasos K.
  • 7,979
  • 7
  • 39
  • 63
Alok Thampi
  • 161
  • 1
  • 1
  • 7

2 Answers2

14

In DBeaver 7.2.4 - Right click on a table, that needs to be truncated, choose Tools->Truncate, click 'Start'. That's all.

enter image description here

Volex
  • 633
  • 6
  • 16
2

This feature is not yet available for SQL Server. May be DBeaver will include this in their new versions.

RadAl
  • 404
  • 5
  • 23