How can I in change the table name using a query statement?
I used the following syntax but I couldn\'t find the rename keyword in SQL server 2005.
A
In MySQL :
RENAME TABLE template_function TO business_function;
template_function
business_function