Here's how to create a quick copy of a database table including the data in SQL Server.
select * into [dbo].[TableName_Bak] from [dbo].[TableName]
constant ramblings on whatever...
Here's how to create a quick copy of a database table including the data in SQL Server.
Labels: sql, sql server
0 comments:
Post a Comment