In SQL Server 2008, I am using triggers to capture all changes made to a specific table in my database.My goal is to capture the entire change.That is, to capture what data is being inserted, not just
I am trying to execute DBCC CHECK DB(\'MyDB) using ADO.Net, but开发者_StackOverflow社区 how can I get the text returned by the command?