I used the following sql to create a backup copy of a table in SQL Server 2005:
select *
into tablename_bkup
from tablename
Subscribe to:
Post Comments (Atom)
I'm your everyday DBA and I work with Oracle and SQL Server databases. In this blog I'll be posting things I learn and use on a regular basis.
No comments:
Post a Comment