Hi -
I have a number of common stored procedures that I have added to the master database and then marked with EXEC sys.sp_MS_marksystemobject sp_MySproc so that they are available to all databases on the server.
Is there a way to do this? I checked under the project options along with trying the filters but could not find a way to do this.
If not, it would be great if there was new option under the "Ignore" section of the project options that was selected by default but could then be removed to see the system objects in the database.
Thanks.
Doug
I have a number of common stored procedures that I have added to the master database and then marked with EXEC sys.sp_MS_marksystemobject sp_MySproc so that they are available to all databases on the server.
Is there a way to do this? I checked under the project options along with trying the filters but could not find a way to do this.
If not, it would be great if there was new option under the "Ignore" section of the project options that was selected by default but could then be removed to see the system objects in the database.
Thanks.
Doug