﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server Newbies  / Property Collation is not available for Database / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 16:56:32 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Property Collation is not available for Database</title><link>http://www.sqlservercentral.com/Forums/Topic1412135-1292-1.aspx</link><description>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.</description><pubDate>Sun, 27 Jan 2013 23:19:43 GMT</pubDate><dc:creator>prettsons</dc:creator></item><item><title>RE: Property Collation is not available for Database</title><link>http://www.sqlservercentral.com/Forums/Topic1412135-1292-1.aspx</link><description>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.</description><pubDate>Sun, 27 Jan 2013 13:22:44 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: Property Collation is not available for Database</title><link>http://www.sqlservercentral.com/Forums/Topic1412135-1292-1.aspx</link><description>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.</description><pubDate>Sun, 27 Jan 2013 12:35:45 GMT</pubDate><dc:creator>jralston88</dc:creator></item><item><title>Property Collation is not available for Database</title><link>http://www.sqlservercentral.com/Forums/Topic1412135-1292-1.aspx</link><description>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</description><pubDate>Sun, 27 Jan 2013 09:19:57 GMT</pubDate><dc:creator>jralston88</dc:creator></item></channel></rss>