I shrank my database from SMS,
then ran DBCC CHECKDB ('databasename',NOINDEX) with all_errormsgs
on my database and it came back with errors. i manually reindexed with
EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"
checked it again, came back without errors. Started up our services and it was not creating those files anymore. The customer will call me back if they start up again. But they used to start right away.
Thank You for your help.
Terry