I know in Oracle you can use DBA_TAB_COLUMNS (or ALL_TAB_COLUMNS). My SQL Server knowledge is very rusty, but can't you use the INFORMATION_SCHEMA.COLUMNS view?
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Innovative software engineer with expertise ...
One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or ...
MS SQL Server: Learn from Scratch – Build and manage databases, write queries, and navigate SQL Server Management Studio like a pro. SQL Server Backup & Recovery – Protect data with full, differential ...
If you don’t have a backup of your MS SQL database, then follow the below ways to recover deleted data. Transaction log files record each change made to the ...
Distributed queries query more than a single database in the same server, or query databases on multiple database servers. These queries could be Select, Insert, Update or delete queries. Microsoft ...
One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or ...