sp_dir - Procedure to list database objects
Lists objects from database. Similar to 'dir' command from DOS πTypical usage sp_dir 't' 'order*', 1 Β Β Β - returns list of all tables whose name start with 'order' plus their columns and data typessp_dir 'p' 'custom*_sp' -Β returns list of all stored procedures whose name start with 'custom' and end up with '_sp'For list of […]
2002-07-19
507 reads