Skip to content

Instantly share code, notes, and snippets.

@vpetkovic
Last active November 1, 2019 23:03
Show Gist options
  • Save vpetkovic/00eb4b8266eda7df5ed9d67dbd13c825 to your computer and use it in GitHub Desktop.
Save vpetkovic/00eb4b8266eda7df5ed9d67dbd13c825 to your computer and use it in GitHub Desktop.
SELECT
name,
base_object_name,
type
FROM
sys.synonyms
ORDER BY
name;
CREATE SYNONYM suppliers
FOR test.purchasing.suppliers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment