Viewing 6 posts - 1 through 6 (of 6 total)
Too bad. I don't think I want to mess with system tables or views. Thanks, Paul
April 20, 2005 at 12:32 pm
The user is granted select on a small subset of views in one database. The problem is that he can see all the other views (plus all tables) in Query Analyzer Object...
April 20, 2005 at 7:55 am
Thanks to all who contributed to this thread and especially Calvin. Your ideas helped me in a pinch to get out some needed reports in short order, saving me...
October 8, 2003 at 4:04 pm
Thanks, that would work (with ' instead of "), but actually, with many hundreds of identically structured tables, I was hoping for a way to insert each source table name...
October 3, 2003 at 5:22 pm
Is there a way, in this process, to add a column which inserts in each record the name of the table from which it came?
--Paul
October 3, 2003 at 2:24 pm
quote:
If I recall correctly, you can use UNION ALL instead of UNION and it should increase your performance slightly.-Aaron
October 3, 2003 at 2:20 pm
Viewing 6 posts - 1 through 6 (of 6 total)