-- 将db数据库的用户信息,复制到2013中 TRUNCATE TABLE [2013].[dbo].[user] INSERT INTO [2013].[dbo].[user] SELECT * FROM [db].[dbo].[user]