INF: Implementing DUMP and LOAD to PIPE Devices |
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
Issue type : kbhowto
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: March 26, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |