﻿<?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 2008 Administration  / Snapshots Fail / 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>Wed, 22 May 2013 08:48:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Snapshots Fail</title><link>http://www.sqlservercentral.com/Forums/Topic1401850-1550-1.aspx</link><description>The SQL agent logs nor the SQL Server logs show any errors.</description><pubDate>Fri, 04 Jan 2013 09:04:49 GMT</pubDate><dc:creator>xanthos</dc:creator></item><item><title>Snapshots Fail</title><link>http://www.sqlservercentral.com/Forums/Topic1401850-1550-1.aspx</link><description>For reporting and ETL purposes we recreate snapshots on a 30 minutes schedule.Every now and then snapshots fail to be created. The following query:CREATE DATABASE Admin_SnapShot ON (Name = [Admin], FILENAME ='E:\SQLData\Admin_SnapShot.ss') AS SNAPSHOT OF AdminError with Msg 5014:The file 'Admin' does not exist in database 'Admin'.The logical file name Admin is correct as the following: select name , type_desc, physical_name from sys.master_fileswhere database_id = db_id('Admin')Shows 'Admin' as the name for the mdf.Restarting the SQL service normally causes the creation of snapshots to be created succesfully. Other times snapshots get recreating over timeHas anyone seen this kind of behaviour? And do you know what causes it and how to prevend it?Cheers</description><pubDate>Wed, 02 Jan 2013 07:46:21 GMT</pubDate><dc:creator>xanthos</dc:creator></item></channel></rss>