Encore ENMUV-2 video adapter

DisplayLink MacOSX 1.6b2.zip
PermalinkPermalink

Run this on each database

Code:

ALTER DATABASE database_name SET RECOVERY SIMPLE

Create "backup_databases.sql" file

Code:

/*-------------------BACKUP EACH DATABASE-------------------*/
 
BACKUP DATABASE ABC TO DISK = 'C:\SQL_BACKUPS\ABC.bak';
 
BACKUP DATABASE MNO TO DISK = 'C:\SQL_BACKUPS\MNO.bak';
 
BACKUP DATABASE XYZ TO DISK = 'C:\SQL_BACKUPS\XYZ.bak';

Create "run_database_backup.bat" batch file

Code:

sqlcmd -S server\instance -i C:\pathto_sql_file\backup_databases.sql

Run the batch file as a scheduled task.

-------------------------------------------------

To Restore

Code:

RESTORE DATABASE database_name FROM DISK ='C:\SQL_BACKUPS\database_name.bak'

 

PermalinkPermalink
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
PermalinkPermalink
  • edit /etc/nsswitch.conf
  • find the following line:
    hosts: file mdns4_minimal [NOTFOUND=return] dns mdns4
  • Change it to:
    hosts: files dns
PermalinkPermalink
Irish Blessings 05/20/10 : Life
May you never lie, steal, cheat or drink.
But if you must lie, lie in each other's arms.
If you must steal, steal kisses.If you must cheat, cheat death.
And if you must drink with your friends.


May the road rise up to meet you

May the wind be ever at your back.

May the sun shine warm upon your face and the rain fall softly on your fields.


PermalinkPermalink

<< Previous :: Next >>

Categories
Links
Home
XML Feeds
Recent comments