How to Back Up a Database
This topic explains how to create a full database backup.
- After connecting to the appropriate instance of the Microsoft SQL Server Database Engine, in Object Explorer, click the server name to expand the server tree.
- Expand Databases, and depending on the database, either select a user database or expand System Databases and select a system database.
- Right-click the database, point to Tasks, and then click Back Up. The Back Up Database dialog box appears.
- In the Database list box, verify the database name. You can optionally select a different database from the list.
- You can perform a database backup for any recovery model (FULL, BULK_LOGGED, or SIMPLE).
- In the Backup type list box, select Full.
Note that after creating a full database backup, you can create a differential database backup
- Optionally, you can select Copy Only Backup to create a copy-only backup. A copy-only backup is a SQL Server backup that is independent of the sequence of conventional SQL Server backups.
Note:When the Differential option is selected, you cannot create a copy-only backup. - For Backup component, click Database.
- Either accept the default backup set name suggested in the Name text box, or enter a different name for the backup set.
- Optionally, in the Description text box, enter a description of the backup set.
- Specify when the backup set will expire and can be overwritten without explicitly skipping verification of the expiration data:
- To have the backup set expire after a specific number of days, click After (the default option), and enter the number of days after set creation that the set will expire. This value can be from 0 to 99999 days; a value of 0 days means that the backup set will never expire.
The default value is set in the Default backup media retention (in days) option of the Server Properties dialog box (Database Settings Page). To access this, right-click the server name in Object Explorer and select properties; then select the Database Settings page. - To have the backup set expire on a specific date, click On, and enter the date on which the set will expire.
- To have the backup set expire after a specific number of days, click After (the default option), and enter the number of days after set creation that the set will expire. This value can be from 0 to 99999 days; a value of 0 days means that the backup set will never expire.
- Choose the type of backup destination by clicking Disk or Tape. To select the paths of up to 64 disk or tape drives containing a single media set, click Add. The selected paths are displayed in the Backup to list box.
To remove a backup destination, select it and click Remove. To view the contents of a backup destination, select it and click Contents.
- To view or select the advanced options, click Options in the Select a page pane.
- Select an Overwrite Media option, by clicking one of the following:
- Back up to the existing media set
For this option, click either Append to the existing backup set or Overwrite all existing backup sets.
Optionally, select Check media set name and backup set expiration to cause the backup operation to verify the date and time at which the media set and backup set expire.
Optionally, enter a name in the Media set name text box. If no name is specified, a media set with a blank name is created. If you specify a media set name, the media (tape or disk) is checked to see whether the actual name matches the name you enter here. - Back up to a new media set, and erase all existing backup sets
For this option, enter a name in the New media set name text box, and, optionally, describe the media set in the New media set description text box.
- Back up to the existing media set
- In the Reliability section, optionally check:
- Verify backup when finished.
- Perform checksum before writing to media, and, optionally, Continue on checksum error.
- If you are backing up to a tape drive (as specified in the Destination section of the General page), the Unload the tape after backup option is active. Clicking this option activates the Rewind the tape before unloading option.
Note:The options in the Transaction log section are inactive unless you are backing up a transaction log (as specified in the Backup type section of the General page). - SQL Server 2008 Enterprise and later supports backup compression. By default, whether a backup is compressed depends on the value of the backup-compression default server configuration option. However, regardless of the current server-level default, you can compress a backup by checking Compress backup, and you can prevent compression by checking Do not compress backup.
Webmin
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms
(and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on.
Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no non-standard Perl modules. All SecureWebs Linux customers get the professional version of webmin and virtualmin.
eDirectory
eDirectory was developed specifically as a powerful platform to build online web
directories. eDirectory includes search functionality, web-based account maintenance and online payment processing. It can be easily customized to fit the requirements of most directory type applications. You don’t need to worry about installation, all you have to do is configure your directory afterwards. They can also import data from other directories to your new directory. If you take their ecommerce solution, they offers integrated payment processing, detail pages, realtime user tracking, multi listing levels and so on. All their directories are hosted on powerful high end webservers boasting the best in stability and reliablity.
Features Live Demo
FlySpeed SQL Query
FlySpeed SQL Query is a simple and fast SQL query tool for all database users and developers. It allows you to build queries on many different database servers without needing deep knowledge of SQL syntax and to work with data fast and easy.
FlySpeed SQL Query tool facilitates the process of building SQL by letting you quickly drag and drop tables to create queries, from simple to complex, and combine visual query building with direct SQL text editing.
FlySpeed SQL Query tool combines powerful means of working with SQL queries, high-speed data retrieval and one-click data export and printing to make your work with data more productive than ever before!
Handy for professionals and must-have to newbies, FlySpeed Database Query Tool is free to use without printing and exporting capabilities.
Tracert
Syntax
-d : Prevents tracert from attempting to resolve the IP addresses of intermediate routers to their names. This can speed up the display of tracert results.
-h MaximumHops : Specifies the maximum number of hops in the path to search for the target (destination). The default is 30 hops.
-j HostList : Specifies that Echo Request messages use the Loose Source Route option in the IP header with the set of intermediate destinations specified in HostList. With loose source routing, successive intermediate destinations can be separated by one or multiple routers. The maximum number of addresses or names in the host list is 9. The HostList is a series of IP addresses (in dotted decimal notation) separated by spaces.
-w Timeout : Specifies the amount of time in milliseconds to wait for the ICMP Time Exceeded or Echo Reply message corresponding to a given Echo Request message to be received. If not received within the time-out, an asterisk (*) is displayed. The default time-out is 4000 (4 seconds).
TargetName : Specifies the destination, identified either by IP address or host name.
Examples
To trace the path to the host named corp7.microsoft.com, type:
tracert corp7.microsoft.com
To trace the path to the host named corp7.microsoft.com and prevent the resolution of each IP address to its name, type:
tracert -d corp7.microsoft.com
To trace the path to the host named corp7.microsoft.com and use the loose source route 10.12.0.1-10.29.3.1-10.1.44.1, type:
tracert -j 10.12.0.1 10.29.3.1 10.1.44.1 corp7.microsoft.com
Ipconfig
Ipconfig
Syntax
Parameters
/all : Displays the full TCP/IP configuration for all adapters. Without this parameter, ipconfig displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, or logical interfaces, such as dial-up connections.
/renew [ Adapter ] : Renews DHCP configuration for all adapters (if an adapter is not specified) or for a specific adapter if the Adapter parameter is included. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically. To specify an adapter name, type the adapter name that appears when you use ipconfig without parameters.
/release [ Adapter ] : Sends a DHCPRELEASE message to the DHCP server to release the current DHCP configuration and discard the IP address configuration for either all adapters (if an adapter is not specified) or for a specific adapter if the Adapter parameter is included. This parameter disables TCP/IP for adapters configured to obtain an IP address automatically. To specify an adapter name, type the adapter name that appears when you use ipconfig without parameters.
/flushdns : Flushes and resets the contents of the DNS client resolver cache. During DNS troubleshooting, you can use this procedure to discard negative cache entries from the cache, as well as any other entries that have been added dynamically.
/displaydns : Displays the contents of the DNS client resolver cache, which includes both entries preloaded from the local Hosts file and any recently obtained resource records for name queries resolved by the computer. The DNS Client service uses this information to resolve frequently queried names quickly, before querying its configured DNS servers.
/registerdns : Initiates manual dynamic registration for the DNS names and IP addresses that are configured at a computer. You can use this parameter to troubleshoot a failed DNS name registration or resolve a dynamic update problem between a client and the DNS server without rebooting the client computer. The DNS settings in the advanced properties of the TCP/IP protocol determine which names are registered in DNS.
/showclassid Adapter : Displays the DHCP class ID for a specified adapter. To see the DHCP class ID for all adapters, use the asterisk (*) wildcard character in place of Adapter. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically.
/setclassid Adapter [ ClassID ] : Configures the DHCP class ID for a specified adapter. To set the DHCP class ID for all adapters, use the asterisk (*) wildcard character in place of Adapter. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically. If a DHCP class ID is not specified, the current class ID is removed.
To display the basic TCP/IP configuration for all adapters, type:
ipconfig
To display the full TCP/IP configuration for all adapters, type:
ipconfig /all
To renew a DHCP-assigned IP address configuration for only the Local Area Connection adapter, type:
ipconfig /renew “Local Area Connection”
To flush the DNS resolver cache when troubleshooting DNS name resolution problems, type:
ipconfig /flushdns
To display the DHCP class ID for all adapters with names that start with Local, type:
ipconfig /showclassid Local*
To set the DHCP class ID for the Local Area Connection adapter to TEST, type:
ipconfig /setclassid “Local Area Connection” TEST
Apture
An example of what apture will or will not do.
After creating a post on HTML Redirection I will highlight the post and see if I can create a popup.
So it is just a silly hyperlink and nothing is going to pop up. This is also after a reinstall of the apture tags into the footer. Emm… guess I better go look at the code.

Scott Hirsch, scott@securewebs.com
HTML redirection
If you need to redirect your visitors to a new page, this HTML redirect code may be just what you’re looking for.
When designing a web site, many times you must change the location of a web page. However, if the page is popular, your visitors may have already linked to it. In addition, the Search Engines have most-likely already indexed the page.
For this reason, it is best to replace your page with a new page that will redirect your visitors to the new page. This provides a great way to provide your visitors with the information they were looking for and prevent you from losing your traffic.
Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code.
<meta HTTP-EQUIV=”REFRESH” content=”0; url=http://www.securewebs.com/index.html”>
So, for example the complete HTML for a simple page would be:
<html>
<head>
<title> redirection page </title>
<meta HTTP-EQUIV=”REFRESH” content=”0; url=http://www.brilliantglass.com/index.html”>
</head>
</body>
</html>
The above HTML redirect code will redirect your visitors to another web page instantly. The content=”0; may be changed to the number of seconds you want the browser to wait before redirecting.
SpamCop is controversial
Welcome to our modern world, my world. We have been recommending Gmail even over our own mail system. They are both free, both good, but nobody dares to screw with Gmail servers. Client software has these “built-in send an abuse complaint buttons” and so if you don’t like the email by all means click that button – does not matter if you requested to be on someone’s list last year and don’t know how to get off or filter or setup a rule to send to your junk mail folder. Just hit that abuse button and fire off a complaint.
SpamCop is very controversial at best because third parties that don’t send spam are affected when an IP address they use becomes listed on the SCBL because of reports that accuse their IP address of being a spam/UBE source. This can happen because their IP address is shared with many other customers of their mail service provider. And as I mention, it is often the result of malicious, careless or over-zealous reporting of spam.
SpamCop blacklists lasts for 21 hours according to their website. We can’t do anything about it really. Wish we could. Wish I could sue some blacklisters that are as unethical as the spammers.
