Community

Community

Log File Growth and DBCC DBREINDEX

Q. I have a 30 gigabyte (GB) database, and I use the Full recovery model. Whenever I use the database consistency checker (DBCC) statement DBCC DBREINDEX to reindex certain large tables periodically, I change the recovery model to Bulk_Logged, then return it to Full after the reindexing is complete.

Community

C++ XML Toolkit

The C++ XML Toolkit is a C++ class library providing a rich set of features that facilitate the integration of XML into your applications.At its heart, the C++ XML Toolkit contains a high-performance validating XML parser with an event-based SAX 2.0 interface. It is supplied as an extension