Viewing 3 posts - 1 through 3 (of 3 total)
Another way is to use :
select * from sys.dm_db_missing_index_details
June 11, 2009 at 1:40 am
#1007817
ALTER DATABASE mydb COLLATE SQL_Latin1_General_CP1_CI_AS
also can do the trick.
May 15, 2008 at 2:10 am
#815687
In design mode, click on the Package Explorer tab
Open the Log Providers node
You should delete the log file that is causing this problem.
January 7, 2008 at 11:45 pm
#765587