Hi Hemin - try this
create a textpad document in the mediaportal folder and paste in the following on 1 line:
sqlcmd -S yourservername\SQLEXPRESS -U sa -P yourpassword -Q "DELETE FROM TVLIBRARY.DBO.PROGRAM"
remember to change the "yourservername", "yourpassword" and "sa" (if you changed the standard User ID when installing MP).
Note that the -S -P -U -Q are case sensitive and must be in upper case
rename the .txt to .bat and then use XP Scheduler to run the file.
create a textpad document in the mediaportal folder and paste in the following on 1 line:
sqlcmd -S yourservername\SQLEXPRESS -U sa -P yourpassword -Q "DELETE FROM TVLIBRARY.DBO.PROGRAM"
remember to change the "yourservername", "yourpassword" and "sa" (if you changed the standard User ID when installing MP).
Note that the -S -P -U -Q are case sensitive and must be in upper case
rename the .txt to .bat and then use XP Scheduler to run the file.