I hereby claim:
- I am jasoncarter80 on github.
- I am jasoncarter80 (https://keybase.io/jasoncarter80) on keybase.
- I have a public key ASBTkZ7vFYHpY7rdRIQbmjcPlHrkLST8fTcK86AiQdV2uwo
To claim this, I am signing this object:
$drive = Get-Disk | Where partitionstyle -eq 'raw' | Initialize-Disk -PartitionStyle MBR | |
$drive = Get-Disk | Where NumberOfPartitions -eq 0 | |
$drive | New-Partition -DriveLetter 'E' -Size 25GB | Format-Volume -FileSystem NTFS -NewFileSystemLabel "Data" -Confirm:$false -AllocationUnitSize 65536 | |
$drive | New-Partition -DriveLetter 'I' -Size 10GB | Format-Volume -FileSystem NTFS -NewFileSystemLabel "Logs" -Confirm:$false -AllocationUnitSize 65536 | |
$drive | New-Partition -DriveLetter 'N' -Size 25GB | Format-Volume -FileSystem NTFS -NewFileSystemLabel "Temp" -Confirm:$false -AllocationUnitSize 65536 | |
$drive | New-Partition -DriveLetter 'S' -Size 25GB | Format-Volume -FileSystem NTFS -NewFileSystemLabel "System" -Confirm:$false -AllocationUnitSize 65536 | |
$drive | New-Partition -DriveLetter 'W' -Size 25GB | Format-Volume -FileSystem NTFS -NewFileSystemLabel "Backup" -Confirm:$false -AllocationUnitSize 65536 |
I hereby claim:
To claim this, I am signing this object:
/**** | |
Use This Script to Build a Restore Set from Backup Directory where the file names have dates embeded in the name | |
*****/ | |
SET NOCOUNT ON; | |
DECLARE @dbName sysname = 'databasename' | |
,@ActualDBName varchar(100) = 'databaseName' | |
, @backupPath NVARCHAR(500) = 'X:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\databasename\' | |
, @StopTime DateTime = GETDATE() |
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"Anaconda", | |
"ayu", |
license: gpl-3.0 | |
height: 800 | |
scrolling: yes |