Hi all,
I need to create a view of Information_schema.columns for a particular set of databases, all located on the same server.
The project is to improve the data documentation manuals that we currently hold as word documents, I Intend to create a database that contains a view listing all of the technical information about the others on the same server. Some databases on the server are not relevant to this process so I need a way to exclude them from the view.
Is the best way to do this to record the database names in a table within my documentation database? If so, how would I write a query that builds the view based on the database names held in this table??
Any help gratefully received.
Thanks
Lee
I need to create a view of Information_schema.columns for a particular set of databases, all located on the same server.
The project is to improve the data documentation manuals that we currently hold as word documents, I Intend to create a database that contains a view listing all of the technical information about the others on the same server. Some databases on the server are not relevant to this process so I need a way to exclude them from the view.
Is the best way to do this to record the database names in a table within my documentation database? If so, how would I write a query that builds the view based on the database names held in this table??
Any help gratefully received.
Thanks
Lee