News

MS SQL Server - way to query all of the tables in a database for a given column name? mudboy Apr 18, 2006 Jump to latest Follow Reply ...
Click New Query in the context menu. In the Query window, type a statement such as the following: SELECT client_id, first_name, last_name INTO new_table FROM old_table; GO ...