Need to find out who and when data / records were deleted. No logging is in place.
Found:
SQL2000: Redgate's Free tool - SQL Log Rescue
SQL2008: querying fn_dump_dblog (http://solutioncenter.apexsql.com/read-a-sql-server-transaction-log/)OR fn_dblog (http://sqlbak.com/blog/recover-deleted-data-in-sql-server/)
Saw this - https://www.simple-talk.com/sql/performance/the-default-trace-in-sql-server---the-power-of-performance-and-security-auditing/
Edit: Found http://www.sqlservercentral.com/Forums/Topic1471718-1550-1.aspx
Any other recommendations welcome - free tools or any other methods?