In Oracle there is the commmand desc which is used to describe all the colums in a specified database. My question is, is there a similar command in SQL Server
look at the INFORMATION_SCHEMA views
or at syscolumns (Contains one row for every column in every table and view, and a row for each parameter in a stored procedure. This table is in each database.)
“I sense many useless updates in you... Useless updates lead to fragmentation... Fragmentation leads to downtime...Downtime leads to suffering..Fragmentation is the path to the darkside.. DBCC INDEXDEFRAG and DBCC DBREINDEX are the force...May the force be with you" --
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.