T-SQL Code Generation
Getting Table and Column details When you want to generate T-SQL code (views, procedures, triggers) automatically you need a list of tables and their columns. It’s useful to have these in temporary tables or table variables because it is … Continue reading →