Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

sql server 2005 database in restore mode

 
   Database Forums (Home) -> Full Text RSS
Next:  Difference when running a DTS package  
Author Message
Vikas Murarka

External


Since: Feb 11, 2008
Posts: 5



(Msg. 1) Posted: Mon Feb 11, 2008 5:03 pm
Post subject: sql server 2005 database in restore mode
Archived from groups: microsoft>public>sqlserver>fulltext (more info?)

Hi folks

I was restoring a database in SQL Server 2005 express edition. Due to a
malfunction, system restarted.

Now when I try to access the database, the status shows as "Restoring
Database". I have tried to restart SQL Server and PC, but there is no
change. Other databases are fine.

Can someone help me go back to my old database, before I started restore?

Thanks in advance.

regards
Vikas Murarka

 >> Stay informed about: sql server 2005 database in restore mode 
Back to top
Login to vote
Hilary Cotter

External


Since: Oct 09, 2005
Posts: 78



(Msg. 2) Posted: Tue Feb 12, 2008 5:16 am
Post subject: Re: sql server 2005 database in restore mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It looks like this database is stuck in a restoring mode. I would
issue sp_who2 and identify the restore process. Then once you have its
spid do something like this

select *from sys.sysprocesses wehre spid=@MySpid

where @myspid is a variable holding the spid which corresponds to the
restore operation and watch to see if cpu and io change. If not, this
could be hung, if so you will have to wait for the restore operation
to complete. How large is the database?


On Feb 11, 11:38 am, "Vikas Murarka" wrote:
> Hi folks
>
> I was restoring a database in SQL Server 2005 express edition. Due to a
> malfunction, system restarted.
>
> Now when I try to access the database, the status shows as "Restoring
> Database". I have tried to restart SQL Server and PC, but there is no
> change. Other databases are fine.
>
> Can someone help me go back to my old database, before I started restore?
>
> Thanks in advance.
>
> regards
> Vikas Murarka

 >> Stay informed about: sql server 2005 database in restore mode 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
RESTORE DATABASE is terminating abnormally - Hello, I am getting the rather odd error below; hope you can help. RESTORE DATABASE is terminating abnormally. File 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\trial_44testingc' is claimed by 'sysft_KB_SearchAssetsCatalog'(65540) and..

SQL Server 2005 with advanced services and full text search - I would like to see if anyone knows what the prereq's are to install sql 2005 advanced and to be able to use the full text indexing capability. I have just a xp workstation. I have IIS running. I install full text per video 13 on microsofts education sit...

FTS Collation error after migrating 2000 > 2005 - Hi, Migrating SQL from 2000 to 2005 I did: 1/ backup of SQL2000 db : BACKUP DATABASE [HCW] TO DISK = 'C:\data2\db.bak' 2/ restore it on 2005 : RESTORE FILELISTONLY FROM DISK= 'C:\data2\db.bak' RESTORE DATABASE [HCW] FROM DISK= 'C:\data2\db.bak' WITH...

querying columns - 2005 full text catalog - Hello,I have been trying some methods of querying different columns using a 2005 full text catalog.http://technet.microsoft.com/en-gb/library/ms345119.aspx#yukonftsea_topic5e.g.1 SELECT pk, txtCol2, txtCol3 FROM myFt_Table WHERE CONTAINS( ( txtCol2,..

SQL 2005 Full-Text Searching Greyed Out (Sharepoint) - Last week I migrated our WSS 2.0 (Sharepoint) database from SQL Server 2000 to a SQL Server 2005 Standard box. Everything went great, except that it somehow broke Full-Text searching. Even in the properties, the "Full-Text Searching" box is ...
   Database Forums (Home) -> Full Text All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]