-
SQL Update one table comparing info from two tables
Example #1 (Using sub query info & exists) UPDATE T1 A SET A.OLDNAME = A.NAME, A.NAME = ( SELECT B.NAME…
-
SQL – Rename a database
To rename a database. 1- Connect to the Database Engine. 2- From the Statndard bar, click New Query. 3- Copy…
-
SQL : Clone Table
This is short articel – Clone Table Script, we have seen how we can backup or create clone via using…