源码简介: |
1、数据库安装 (1)将实例目录“DataBase”文件夹下扩展名为“.MDF”和“.LDF”的两个文件拷贝到SQL Server 2000安装路径下的“MSSQL”/“Data”目录下。 (2)打开SQL Server 2000中的“企业管理器”,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“所有任务”/“附加数据库”菜单项。 (3)在弹出的“附加数据库”对话框中选择刚拷贝过去的数据库文件(.MDF文件),单击【确定】按钮,即可完成数据库的附加操作。-A database installation instance directory " DataBase" folder extension called " . MDF" and. " The LDF" two files are copied to the SQL Server 2000 installation path " MSSQL" /" Data" directory (1) . (2) open the " Enterprise Manager" in SQL Server 2000, and then expand the local server, right-click on the " database" data, in the shortcut menu, select " All Tasks" /" to attach the database" menu item . (3) in the pop-up " attach database" dialog box, just copy the database file (MDF file), click on OK button to complete the additional operation of the database.
|