My database is now up to 56 Gb and I only have a 70 gb hard drive. It says that 49Gb of the database is taken up by rows in the database. Also the Traps table has millions of entries (all the same trap all from the same source). this Table only seems to use up 3.6 Gb but maybe the fact that it has millions of rows could be affecting the overall size of the database. I only have about 700 network objects. I don't need all the traps in the Traps table and would like to clear them out. What is the command for this?
select top 1000 * from Traps <------- gives me the top 1000 entries in the traps table.......but how do I delete them.
I'm not very good at SQL....sorry (and thanks)
jackie