Tech Stack Pool
Labels
.Net
API
ASP.NET
AWS
CSS / Style Sheet
Docker
IIS
JQuery
JWT
Java Script
Jest
Laravel
PHP
Postman
SQL
SQL Server
Vuejs
XML
Take Backup with Data of single Table in SQL Server
Create Backup table Instantly :
The Following query automatically creates a Table with name "Table_Backup" and Insert all the rows of "Table_Old" into "Table_Backup"
Example
:
SELECT * INTO Table_Backup FROM Table_Old
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment