|
Solution Search:
|
SQL Server Resource Center
The short course on how SQL Server really works
transaction log. This file, which has an .LDF filename extension, keeps a record of every transaction SQL Server has executed.
Eventually – maybe a few seconds... More... Jun 10, 2009
Determining the source of full transaction logs in SQL Server
be the only ones that consume log space.
The database_transaction_log_record_count column will indicate the log records being taken up and database... More... May 27, 2009
SQL Server consolidation strategies and best practices
Server can result in increased hardware and management costs, lack of standardization and other challenges associated with business continuity.
Fortunately, by using... More... Mar 25, 2009
Processing XML files with SQL Server functions
OrderId INT '../@ID', ItemId INT '@ID', Qty INT '@Qty') EXEC sp_xml_removedocument @hDoc A record set like this is then produced: If we were to take this same XML document and add an... More... Feb 16, 2009
SQL Related Articles
Minding the data and databases
and privileges for each data element
Administers the system of record and is responsible for derivates
Assists with business reporting utilizing that data
Database Operator Jul 20, 2006
Getting BI from the contact center
or phrase identification can provide information about the call record, and emotion detection tools can recognize changes in energy, volume and voice pitch to identify problem customers.
It is still... More... Feb 16, 2006
|