Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RaoDonthineni

    Want a query to change a Column name

    I have created a stored proc which takes two input parameters 1. Old Column Name 2. New Column Name This will renames the old name with new name in all the tables in the current database create procedure col_rename @varOldcol sysname, @varNewcol sysname as begin declare @varTablename...

Part and Inventory Search

Back
Top