December 18, 2007 at 8:18 am
Do anyone know how to reset a database with status of 1073741824?
And what is the meaning of 'cleanly shutdown' which is Microsoft Description for it.
You will get this result if you run
select status from sysdatabases
Thanks,
December 18, 2007 at 8:22 am
Is the database set to autoclose or single user? If autoclose connecting to it should open it.
Here is a link where someone else had this problem:
http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=83&threadid=44601&enterthread=y
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 18, 2007 at 8:44 am
Thanks for the link I ran
alter database database_name
set auto_close off
....and rest as they is history...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply