PC_Aide

check_version_SQL_Server.ps1

Sep 22nd, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Invoke-Sqlcmd -Query "SELECT @@VERSION;" -QueryTimeout 3
  2. # O/P : http://pix.toile-libre.org/upload/original/1537642319.png
Advertisement
Add Comment
Please, Sign In to add comment