Your On-Line Repository For All Things Techy
To find a table name in SQL Server query the table sysobjects.
For example to list all PeopleSoft tables on the system, you could use: -
select *from sysobjectswhere name like 'PS_%'
Post a Comment
Take Me To Your Reader
No comments:
Post a Comment