filmov
tv
Backup a single table with its data from a database in sql server 2008 | backup table in sql

Показать описание
In this video i am going to tell about how to get backup of a table to another table is SQL.
For this you have follow this query in sql
Backup a single table with its data from a database in sql server 2008:-
To solve this problem:
Use query in SQL 2008:
SELECT * INTO [dbo].[tbl_NewTable]
FROM [dbo].[tbl_OldTable]
Execute this query to get the result
#backuptableinsql#SQL2008
plz like share and subscribe to my channel.
For this you have follow this query in sql
Backup a single table with its data from a database in sql server 2008:-
To solve this problem:
Use query in SQL 2008:
SELECT * INTO [dbo].[tbl_NewTable]
FROM [dbo].[tbl_OldTable]
Execute this query to get the result
#backuptableinsql#SQL2008
plz like share and subscribe to my channel.