Category Archives: Access with SQL Server

Using Access with SQL Server

SQL Server Tables and Columns

Stored Procedure to list Tables and Columns in your SQL Server Database If you want a list of the User Tables and Columns in your SQL Server Database you can use this Stored Procedure. Using the WITH keyword for Common Table Expresssions (CTEs) we begin by getting a list of tables from the system view… Read More: SQL Server Tables and Columns »