Click here to Skip to main content
15,892,298 members
Articles / Database Development / SQL Server

DevShot - Database Snapshots for Developers

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
25 Nov 20055 min read 48.4K   519   49  
How to create runtime backups from SQL Server 2005 and restore them.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DevShot
</name>
</assembly>
<members>
<member name="T:DevShot.DBAdapterCollection">
	<summary>
 Collection of DBAdapter objects.
 </summary>
	<remarks></remarks>
</member><member name="P:My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="T:DevShot.DBAdapter.States">
	<summary>
 State information about backup or restore process of DBAdapter.
 </summary>
	<remarks></remarks>
</member><member name="T:DevShot.DBAdapter">
	<summary>
 Overridable class with base interfaces for making backups and restoring them.
 </summary>
	<remarks></remarks>
</member><member name="P:DevShot.Framework.DBAdaptersCollection">
	<summary>
 Contains DBAdapter type of objects for backing up procedures
 </summary>
	<value>DBAdapterCollection</value>
	<returns>DBAdapterCollection</returns>
	<remarks></remarks>
</member><member name="M:DevShot.Framework.Backup">
	<summary>
 Backups all items in DBAdapterCollection
 </summary>
	<remarks></remarks>
</member><member name="M:DevShot.Framework.Restore">
	<summary>
 Restores all items in DBAdapterCollection
 </summary>
	<remarks></remarks>
</member><member name="T:DevShot.Framework">
	<summary>
 Framework for backing up and restoring databases for developers.
 </summary>
	<remarks></remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer CALM Oy
Finland Finland
Microsoft Certified Professional (MCP)

Comments and Discussions