Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL 2005 use of sysobjects
Message
 
 
To
25/04/2007 16:10:54
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01219822
Message ID:
01220156
Views:
18
Hi Gary,

The usual use of views is to hide underlying data structure from the front end. You seems to use them from opposite purpose. :)
BTW, INFORMATION_SCHEMA.VIEWS does include a view definition but only if it doesn't exceed 4000 characters. The INFORMATION_SCHEMA.VIEW_TABLE_USAGE lists all tables used in a view.

>Thanks for the reply. I've used the INFORMATION_SCHEMA views and they do give some information, but not enough. For example, they don't show the fieldname AS MyFieldName info or the FROM tablename. My framework makes use of this information for some behind-the-scenes work, such as my form builder. As far as I can tell, this info is only stored in the SQL select itself and that is only in syscomments.
>
>If that's what I've got, then that's what I've got. I just have to get the permisssions set up properly in the new databases I suppose.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform