' Backup the specified database.' Note: requires Imports System.Data.SqlClient'' Example:' Dim connString As String = "server=(local); user id=sa; password=; ' Database=master;"' Try' BackupDatabase(connString, "MyTestDB", "D:MyTestDbBackup.bak")' Catch ex As Exception' MessageBox.Show(ex.Message)' End TrySub BackupDatabase(ByVal connString As String, ByVal dbName As String, _ ByVal backupFile As String) Dim cn As New SqlConnection(connString) Try ' the command for backing up the DB Dim cmdBackup As New SqlCommand("BACKUP DATABASE [" & dbName & _ "] TO DISK = '" & backupFile & "'", cn) cn.Open() cmdBackup.ExecuteNonQuery() Finally cn.Close() End TryEnd Sub

4 Areas of Your Company Where Your Audio Really Matters
Your company probably relies on audio more than you realize. Whether you’re creating a spoken text message to a colleague or giving a speech, you want your audio to shine. Otherwise, you could cause avoidable friction points and potentially hurt your brand reputation. For example, let’s say you create a