-
SQL Server Database Copy Tool
Today, we found the SQL Server Database Copy Tool project on codeplex when googling. It is a nice tool for…
-
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…

