4500 S Lakeshore Drive Tempe, AZ 85282

4500 E Speedway Blvd Tucson, AZ 85712 

 
November 2, 2009

Send a daily html CCR report via Powershell

Create a powershell script to generate the html file Test-ReplicationHealth | ConvertTo-Html -title “BackupReport CCR” -body “Backup status per Storage Group” | Set-Content E:StorageGroupBackupStatus.html note: test-systemhealth […]
October 26, 2009

Creating a recovery storage group and database

Creat a new storage group New-StorageGroup –Server <database server> –LogFolderPath “<Path to your log folder” –Name “Recovery Storage Group” –SystemFolderPath “<path to your database>” –Recovery Creat […]