SQLAdmin
SQL Server administration, infrastructure, automation, instrumentation etc.
Pages
(Move to ...)
SQLAdmin blog
DBA Security
DBA Litterature
DBA SQL Server Tools
Microsoft Resources
▼
2008-08-14
ISO 8601 date formatting using PowerShell
›
My favorite timestamp is the ISO 8601 format [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss.sss]Z. The ISO 8601 standard is very well described in a Wikipe...
3 comments:
SQL Server Agent PowerShell job step
›
This seems like a valid and simple way to execute a PowerShell script in a SQL Server Agent job step. The script I've been testing with...
1 comment:
2008-08-13
Write to user defined file with PowerShell
›
I'm working on a general solution for PowerShell job execution on SQL Server Agent. This generates a lot of small tasks, which mostly wi...
PowerShell include
›
Inclusion of a script file in a PowerShell script is done with dot-include. Given the file "Include.ps1": Write-Output "He...
‹
Home
View web version