Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Information about files
Message
 
To
07/09/2006 10:32:39
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01151802
Message ID:
01151804
Views:
24
>I am looking for a function in SQL server similar to ADIR() in foxpro.
>
>Does any body know how to get information about files into an array and then returns the name of the files.
>
>
>Thanks,
>Sergio
SELECT DISTINCT Table_Name FROM 
   YourdatabaseName.INFORMATION_SCHEMA.COLUMNS
   ORDER BY Table_Name
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform