vote up 2 vote down star
1

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?

flag

30% accept rate

4 Answers

vote up 2 vote down check

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.

link|flag
How do you access them in Mgt. Studio? Do you have them setup as a project? – Gern Blandston Nov 19 '08 at 15:28
No, we don't use projects in management studio. All "structures" are set in directory hierarchy. – TcKs Nov 19 '08 at 19:58
vote up 0 vote down

I horde them all in template format on my hard drive. CTRL+SHIFT+M will fill the placehoders. It's great.

link|flag
vote up 1 vote down

We store them in a separate database and have a custom program for easy execution and maintenance.

link|flag
vote up 1 vote down

We store them in a wiki where everyone can access them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.