Viewing 4 posts - 1 through 4 (of 4 total)
Read this
http://support.microsoft.com/kb/912423/
September 18, 2007 at 8:49 am
#734325
Hi, you should control if exists any open transaction that don't permits to truncate transaction log at check points.
Try to launch DBCC OPENTRAN
September 10, 2007 at 2:49 am
#732432
Hi, i think you should looking for a open transaction never committed:
(search 'dbcc opentran' in books online)
DBCC OPENTRAN
( { 'database_name' | database_id}...
September 10, 2007 at 2:44 am
#732430
Try this (regarding the integer type column)
(DT_I8)SUBSTRING(Data,16,1)
May 15, 2007 at 2:47 am
#706428