But this query still returns one row (an object of type S):
select * from sys.objects where name = 'sysfiles1'
And the description for error # 5024 (from SQL Server 2008 Books Online) is:
“No entry found for the primary log file in sysfiles1. Could not rebuild the log.”
Did it really get removed, or was it kept for backward compatibility ?
But this query still returns one row (an object of type S):
And the description for error # 5024 (from SQL Server 2008 Books Online) is:
“No entry found for the primary log file in sysfiles1. Could not rebuild the log.”
Did it really get removed, or was it kept for backward compatibility ?