M
Mary
Unregistered / Unconfirmed
GUEST, unregistred user!
在SQL SERVER 7.0的备份设备中有三个选择项:DISK|TAPE|PIPE
请问其中的PIPE是指什么?
在帮助中有这么一段,可能有助理解:
With disk and tape, specify the complete path and file name.
For example, DISK = ‘C:/Mssql7/Backup/Mybackup.dat’ or
TAPE = //./TAPE0. With pipe, specify the name of the named
pipe that will be used by the client application. If supplied
as a variable (@temp_backup_name_var), the temporary backup
device name can be specified as a string constant or as a
variable of character string data type, except for the ntext
or text data types.
下面这段话的vendors和flexible怎么翻译?
Pipe files have been added to allow third-party vendors a
flexible and powerful way to connect their own software.
For typical Transact-SQL use, pipe files are not used.
请问其中的PIPE是指什么?
在帮助中有这么一段,可能有助理解:
With disk and tape, specify the complete path and file name.
For example, DISK = ‘C:/Mssql7/Backup/Mybackup.dat’ or
TAPE = //./TAPE0. With pipe, specify the name of the named
pipe that will be used by the client application. If supplied
as a variable (@temp_backup_name_var), the temporary backup
device name can be specified as a string constant or as a
variable of character string data type, except for the ntext
or text data types.
下面这段话的vendors和flexible怎么翻译?
Pipe files have been added to allow third-party vendors a
flexible and powerful way to connect their own software.
For typical Transact-SQL use, pipe files are not used.