Backup database và nén file

Theo: nguyenhaidang.name.vn | 30/09/2022 - 02:00

 EXEC sys.sp_configure N''backup compression default'', N''1''

GO
RECONFIGURE WITH OVERRIDE
GO
 
BACKUP DATABASE TANHUYNHCHAU TO DISK = N''C:\DELFI\AW1.bak'' WITH COMPRESSION
GO
Back Head Print
Tin khác

Search GridView with Paging on TextBox KeyPress using jQuery in ASP.Net    (28/07/2010)

Bootstrap AutoComplete TextBox example using jQuery TypeAhead plugin in ASP.Net with C# and VB.Net    (28/07/2010)

Disable Button and Submit button after one click using JavaScript and jQuery    (29/07/2010)

Split and convert Comma Separated (Delimited) String to Table in SQL Server    (01/09/2010)

Select Column values as Comma Separated (Delimited) string in SQL Server using COALESCE    (01/09/2010)