Where does Tvserver backup list of all channels? (1 Viewer)

defcon5

Portal Pro
April 16, 2006
163
1
60
Barcelona (Catalonia)
I´d to know this because always I begin with a clean installation when arrive to conigure TVserver always appear a list of all DVB-T and DVB-S channels.
What can I do for erase this list? is in SQL Studio? Where ?

Thanks
 

chenks

Portal Pro
May 22, 2006
727
1
Scotland
Home Country
United Kingdom United Kingdom
all the info is stored in the database.

you could completely delete the whole database if you wanted... do this using SQLExpress
 

defcon5

Portal Pro
April 16, 2006
163
1
60
Barcelona (Catalonia)
Thanks chenks

Could you help me a bit more
In SQL express there are a lot of items, and I´m afraid to delete some by error

May be if I uninstall all SQL will be easiest?
 

Mew

Portal Pro
January 11, 2007
356
111
53
Hertfordshire
Home Country
England England
defcon5

If you have got the Microsoft SQL Server Management Studio Express installed with Microsoft SQL Server Express it is fairly simple to drop the TvLibrary database.

1. Start Microsoft SQL Server Management Studio Express.
2. Expand the instance of SQL Server that is probably at the top of the left pane.
3. Expand the Databases. You will see the TvLibrary database.
4. Right click on the TvLibrary database and select "Delete".
5. A dialog box pops up to confirm the object to be deleted. Click OK and you're done.

When you run TV Server after an install, if it can't find the database it will create a new one.
 

Users who are viewing this thread

Top Bottom