This query will solve problems related to Table structure. Using this query you can have the complete table structure for all the user tables with Table Name, Column Name, Data Type, and Null attributes of a column.
You can run this script in Query Analyzer or make use of it in your front-end to give table structure to your Colleagues or documentation people.
Mohit Nayyar
MCP (.Net), MCSD, MCDBA
Creating a PDF from a Stored Procedure in SQL Server
A short but interesting article, the author has figured out a way to create a PDF from a stored procedure without using a third party library.
2019-09-20 (first published: 2003-08-26)
73,116 reads