Thumbnails
#36
3..Truncate - it simply means to delete the data from the table while maintaining the structure of table itself. In the case of MSSQL which I am using for my database, it's simply "truncate table dbo.recording"

If you're using something other than MS SQL the command may (will) vary slightly, you'll have to look it up, though it's all sql so it should be similar. also, take a look at your tables, see whats in there.

if you don't have a sql management tool HeidiSQL is free and multiplatform. it works with MSSQL, MySQL and others.

I dont recall what db platforms mediaportal supports.If you happen to be using mssql as I am, then microsofts SSMS is excellent, but of course it is specific to MSSQL...and I'm getting waaaaaay off topic now.

I stress again, make a backup first...deleting data from tables can break things and cause inconsistencies big time. test first on a test system if possible.

good luck !
Reply


Messages In This Thread
Thumbnails - by archie456 - 2016-05-21, 18:12
RE: Thumbnails - by wileecoyote - 2016-05-23, 21:52
RE: Thumbnails - by archie456 - 2016-05-23, 22:45
RE: Thumbnails - by wileecoyote - 2016-05-24, 01:14
RE: Thumbnails - by archie456 - 2016-05-24, 14:34
RE: Thumbnails - by hackthis02 - 2016-06-27, 19:56
RE: Thumbnails - by archie456 - 2016-06-27, 23:04
RE: Thumbnails - by mcelliott - 2016-06-27, 23:42
RE: Thumbnails - by archie456 - 2016-06-30, 21:47
RE: Thumbnails - by mcelliott - 2016-07-02, 13:01
RE: Thumbnails - by archie456 - 2016-07-04, 14:59
RE: Thumbnails - by mcelliott - 2016-07-05, 10:12
RE: Thumbnails - by archie456 - 2016-07-05, 19:51
RE: Thumbnails - by mo418 - 2016-08-12, 01:49
RE: Thumbnails - by archie456 - 2016-08-14, 22:25
RE: Thumbnails - by margro - 2016-08-22, 22:23
RE: Thumbnails - by archie456 - 2016-08-23, 14:59
RE: Thumbnails - by hackthis02 - 2016-09-27, 19:22
RE: Thumbnails - by archie456 - 2016-09-27, 21:46
RE: Thumbnails - by UsefulG - 2016-10-23, 19:30
RE: Thumbnails - by margro - 2016-10-23, 20:07
RE: Thumbnails - by UsefulG - 2016-10-24, 10:26
RE: Thumbnails - by hackthis02 - 2016-10-24, 21:35
RE: Thumbnails - by UsefulG - 2016-10-29, 14:42
RE: Thumbnails - by margro - 2016-10-29, 17:47
RE: Thumbnails - by hackthis02 - 2016-11-03, 21:39
RE: Thumbnails - by archie456 - 2016-11-03, 22:48
RE: Thumbnails - by hackthis02 - 2016-11-04, 23:11
RE: Thumbnails - by UsefulG - 2016-11-05, 13:00
RE: Thumbnails - by archie456 - 2016-11-07, 16:06
RE: Thumbnails - by hackthis02 - 2016-11-08, 21:30
RE: Thumbnails - by hackthis02 - 2016-12-06, 23:05
RE: Thumbnails - by archie456 - 2016-12-08, 00:11
RE: Thumbnails - by crajax - 2017-02-23, 00:01
RE: Thumbnails - by archie456 - 2017-02-26, 23:35
RE: Thumbnails - by crajax - 2017-02-27, 23:03
RE: Thumbnails - by archie456 - 2017-03-03, 23:04
Logout Mark Read Team Forum Stats Members Help
Thumbnails0