Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 169 Bytes

powershell.md

File metadata and controls

7 lines (5 loc) · 169 Bytes

simple query sql

sqlps # to invoke sql powershell cmdlet
PS SQLSERVER:\> Invoke-Sqlcmd -Query "select GETDATE() as TimeOfQuery;" - ServerInstance "SQLD04"