sql - All stored procedures listed by create date? -


Any SQL 2005 database creates a simple query to prepare a list of all stored processes?

Choose from sys.objects * where 'type' command by [type] = create_date


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -