-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide alternate fallback for sp_GetDDL
The ideal is to install sp_GetDDL at the server level, and run it as a system stored procedure against any database on the server. But this may not be possible in some environments. If you can't use it as a system SP, then it can be used as a local SP in the target database. If you can't install it at all, then you can fall back to built-in SQL functions that will produce some usable output. #415
- Loading branch information
1 parent
d5579c4
commit 412cf8c
Showing
1 changed file
with
174 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters