Globally exclude objects
Hello,
Is it possible to use a single project to document multiple servers while excluding all views or even stored procedures? I can see where I could build a project focused on a specific server, drill down to each database, and then exclude tables/views/programmability object. What I was hoping to do is build a single project that can be ran against all of my servers, but set that project to never document stored procedures and functions. I haven't found a method for doing this so far, unless there is an undocumented command line switch or perhaps a URI I can plug in to the sqldoc file itself?
Any help is appreciated.
Thank you
Is it possible to use a single project to document multiple servers while excluding all views or even stored procedures? I can see where I could build a project focused on a specific server, drill down to each database, and then exclude tables/views/programmability object. What I was hoping to do is build a single project that can be ran against all of my servers, but set that project to never document stored procedures and functions. I haven't found a method for doing this so far, unless there is an undocumented command line switch or perhaps a URI I can plug in to the sqldoc file itself?
Any help is appreciated.
Thank you
Tagged:
Answers
unfortunately this is not currently possible in SQL Doc. You would have to manually deselect the views, stored procedures etc that you did not want to see.