Is there a way to tell SQL Server 2008 Express to log every query (including each and every SELECT Query!) into a file?
It\'s a Development machine, so the negative
I would either use triggers or use a third party software such as Red Gate to check out your SQL log files.