Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to systematically manage a Big List of Queries and Tables in SQL Server ?

$
0
0
Suppose someone has to work on a lot of different SQL Server Databases which have got a lot of Tables and Queries / Views inside them.After a period of time, it becomes very difficult to remember exactly what kind of columns are present within a given Table and View.Please suggest some method by which one can keep a systematic list of all the Tables and Views that are present within a SQL Server Database, along with the columns that are present within them.Are there any Add-on products or services etc. available that helps in making this type of work systematic?Currently I add comments to each queries inside SQL Server to remind me of what this query is doing, but this method is not great. I am looking for some better and more efficient methods.Please share any ideas that you might have in this direction.Thanks a lot

Viewing all articles
Browse latest Browse all 3145

Trending Articles