|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:19 PM
Points: 23,
Visits: 98
|
|
| how to find resource database location
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 3:07 PM
Points: 37,687,
Visits: 29,946
|
|
It's whereever the SQL Server binary files (exe and dlls) are.
Why?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 11:14 PM
Points: 6,706,
Visits: 11,738
|
|
It cannot be viewed through SSMS Object Explorer if that is what you were wondering. Gail told you where the physical files reside and there are ways to access it as a database in a query session, but again, why do you want to know?
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 8:19 PM
Points: 23,
Visits: 98
|
|
My question was Is it possible to copy a resource database files when instance is ruining. if not why and yes then how to do simply copy and pest. So i am not able to find where are the file for resource database.
Please reply
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 11:14 PM
Points: 6,706,
Visits: 11,738
|
|
rajeshjaiswalraj (12/29/2012)
My question was Is it possible to copy a resource database files when instance is ruining. if not why and yes then how to do simply copy and pest. So i am not able to find where are the file for resource database. Please reply  Location and other important info: Resource Database (SQL Server 2008 R2)
You can take a copy of the mdf and ldf files while the instance is running. Do some searches online and read about the topic. A backup buys you some coverage in the case of some very specific disaster scenarios, but not much.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|