Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server Newbies
»
Property Collation is not available for...
Property Collation is not available for Database
Rate Topic
Display Mode
Topic Options
Author
Message
jralston88
jralston88
Posted Sunday, January 27, 2013 9:19 AM
SSC Rookie
Group: General Forum Members
Last Login: Yesterday @ 1:47 PM
Points: 32,
Visits: 296
Backup job failed last night - viewing the history logs gave the following message "Could not find database ID 15. Database may not be activated yet or may be in transition"
Going to the database I tried to review the properties and got the following message:
Property Collation is not available for Database '[xxxx]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. (Microsoft.SqlServer.Smo)
There have been no changes to this database in quite some time. This is a 2008 SQL Server enterprise edition 64 bit environment. Any comments / URLs would be appreciated.
Thank you
Post #1412135
jralston88
jralston88
Posted Sunday, January 27, 2013 12:35 PM
SSC Rookie
Group: General Forum Members
Last Login: Yesterday @ 1:47 PM
Points: 32,
Visits: 296
This is a followup to this issue. Running query SP_HELPDB does not list the database with it's owner. The query does provide the following message:
No permission to access database 'database name'.
Any comments / URLs would be appreciated.
Post #1412145
ALZDBA
ALZDBA
Posted Sunday, January 27, 2013 1:22 PM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 12:17 AM
Points: 6,861,
Visits: 8,047
check your sqlserver errorlog file to see what it is reporting about that database.
Keep in mind, you may have to process more than one errorlog file to get to the first occurence of its reporting errors for that database.
Johan
Jul 13
Don't drive faster than your guardian angel can fly ...
but keeping both feet on the ground won't get you anywhere
-
How to post Performance Problems
-
How to post data/code to get the best help
-
How to prevent a sore throat after hours of presenting ppt ?
"press F1 for solution", "press
shift
+F1 for urgent solution"
Need a bit of Powershell? How about
this
Who am I ?
Sometimes this is me
but
most of the time this is me
Post #1412146
prettsons
prettsons
Posted Sunday, January 27, 2013 11:19 PM
SSC Journeyman
Group: General Forum Members
Last Login: Today @ 1:24 AM
Points: 99,
Visits: 1,029
From the error description, it indicates that:
Your test database uses case-insensitive collation, where your prod database uses case-sensitive collation.
The error indicates that SQL cannot find the specified database.
Please verify that the database name used in the script EXACTLY matches the actual database name, including case.
If it doesn't already, have the script print out the value of the database name as the script is executing.
SQL Database Recovery Expert
Post #1412191
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.