INF: Implementing DUMP and LOAD to PIPE DevicesID: Q143294
|
Microsoft SQL Server 6.0 has added new functionality that allows DUMP and LOAD commands to be performed on a named pipe device. There is also a sample program included with the Programmer's Toolkit (PTK) to demonstrate using PIPE devices. This article explains some of steps required to correctly use PIPE devices.
The NMPSDMP.EXE sample program and code NMPSDMP.C that comes with the
DB-Library development files demonstrates using a PIPE dump device having
the client program write the PIPE DUMP output to a file, and read the PIPE
LOAD input from the same file. There are several key points that allow this
program to function correctly:
<backup buffer size> * <30 pages per buffer> * <2K per page>
Additional query words: sql6 dump load pipe dblib
Keywords : kbusage SSrvDB_Lib SSrvProg
Version : 6.0
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: March 24, 1999