Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Created April 7, 2015 18:58
Show Gist options
  • Save johnmmoss/5e45b8eea27f15201ea1 to your computer and use it in GitHub Desktop.
Save johnmmoss/5e45b8eea27f15201ea1 to your computer and use it in GitHub Desktop.
PowerShell SQL path
$server = "localhost";
$instance = "Default";
$database = "timesheets";
$path = "sqlserver:\sql\$server\$instance\databases\$database\tables";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment