Click here to Skip to main content
15,891,136 members
Articles / Database Development / SQL Server

SQL Server backup utility

Rate me:
Please Sign up or sign in to vote.
4.88/5 (49 votes)
3 Jun 20064 min read 285.1K   13.7K   159  
Restore/backup selected objects in SQL Server.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DatabaseBackup
</name>
</assembly>
<members>
<member name="P:BackupDatabase.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:BackupDatabase.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:BackupDatabase.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</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



Comments and Discussions