Get SQL Server list of tables for your current db
This will generate a list of all the tables in your specified DB on SQL Server
<CFQUERY name="getTables" datasource="#dsdata#">
Select name
From systables
Where xType = u
</CFQUERY>

<CFSET tableList= valueList(getTables.name)>
 

cover
Buy Fusebox 5 & FLiP: Master-Class ColdFusion Applications
cover
Buy Fusebox 4 & FLiP: Master-Class ColdFusion Applications
cover
Buy ColdFusion Lists, Arrays, & Structures
cover
Buy ColdFusion XML Objects

Dedicated and Shared CF Hosting 2021