Viewing 6 posts - 1 through 6 (of 6 total)
>>SELECT DATABASEPROPERTYEX(N'DBName', N'RECOVERY')
Result = FULL
>>SELECT DATABASEPROPERTY(N'DBName', N'RECOVERY')
Result = NULL
May 19, 2005 at 10:43 am
This is the last line BEFORE EM closes:
SELECT DATABASEPROPERTYEX(N'DATABASENAME', N'RECOVERY')
Currently I am running EM from server
May 19, 2005 at 10:00 am
And I also do not have any more sql servers that are prior 2000
May 19, 2005 at 7:52 am
There is nothing in the windows or sql error logs to indicate a problem.
When I run sp_dboption I have auto create statistics and auto update stats.
May 19, 2005 at 7:52 am
I am having a problem with the log restore as well but the error I receive is
The preceding restore operation did not specify WITH NORECOVERY or WITH STANDBY. Restart...
June 3, 2004 at 3:12 pm
Viewing 6 posts - 1 through 6 (of 6 total)