ABS
ALL
AND
ANY
AVG
bit
COS
COT
DAY
EXP
GO
IN
LEN
LOG
MAX
MIN
NOT
OR
PI
SET
SIN
STR
SUM
TAN
USE
VAR
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

LOAD

SQL Server 2000

Loads a backup copy of one of the following:

  • User database (LOAD DATABASE)

  • Transaction log (LOAD TRANSACTION)

  • Header information about the dump (LOAD HEADERONLY)

Important  The LOAD statement is included in Microsoft® SQL Server™ 2000 for backward compatibility. The LOAD statement is identical to the RESTORE statement. It is recommended that the RESTORE statement be used instead of the LOAD statement. In a future version of SQL Server, LOAD will not be supported.

See Also

BACKUP

CREATE DATABASE

RESTORE

sp_helpdevice

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.