Menu

document Function - INFORMATION_SCHEMA_COLUMNS

ema manu

INFORMATION_SCHEMA_COLUMNS

it's the same of Sql view, but could extract the informations from different db without dynamic query

example:

select *
from [dbo].[INFORMATION_SCHEMA_COLUMNS]('test')

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.