In your workplace, where do you store your common, non-database specific scripts that you use in SQL Server? Do you keep them in .SQL scripts on the file server, do you store them in the Master database, or do you keep them in a database you defined specifically for these kinds of things?
In your workplace, where do you store your common, non-database specific scripts that you
Share
We store them as regular source code, so in version-control. You have then available previous versions of script, and you avoid ‘someone deleted the XY script’ risk.