﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Scripts for SQL Server Snapshots</title><link />http://developers.de/blogs/damir_dobric/archive/2009/04/01/scripts-for-sql-server-snapshots.aspx<description>Just for the sake of simplicity, I’m posting all three required scripts which create, drop and restore SQL Server Snapshot Databases. -- Create snapshot CREATE DATABASE TestDb_Snap1 ON ( NAME = TestDb , FILENAME = &amp;#39;C:\Temp\\TestDbSnap.ss&amp;#39; ) AS</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator></channel></rss>