admin 管理员组

文章数量: 1087139


2024年3月26日发(作者:ssh命令选项)

sybase跨平台迁移数据步骤文库.txt11生命是盛开的花朵,它绽放得美丽,舒展,绚

丽多资;生命是精美的小诗,清新流畅,意蕴悠长;生命是优美的乐曲,音律和谐,宛转悠

扬;生命是流淌的江河,奔流不息,滚滚向前ASE 12.5.3以上的版本可以进行跨平台

dump/load 。

一.执行的 dbcc checkdb或任何其他dbcc命令来校验数据库运行干净

$ isql -Usa -P -SASE125

1> dbcc checkdb("tec")

2> go

Checking tec: Logical pagesize is 2048 bytes

Checking sysobjects: Logical pagesize is 2048 bytes

The total number of data pages in this table is 32.

Table has 336 data rows.

……………………………………………………….

……………………………………………………….

Checking tgh_jx: Logical pagesize is 2048 bytes

The total number of data pages in this table is 1.

Table has 25 data rows.

Checking gy_con_area: Logical pagesize is 2048 bytes

The total number of data pages in this table is 1.

Table has 17 data rows.

Checking gy_user_work_card_s1: Logical pagesize is 2048 bytes

The total number of data pages in this table is 3.

Table has 106 data rows.

DBCC execution completed. If DBCC printed error messages, contact a user

with

System Administrator (SA) role.

二.使用sp_dboption设置数据为单用户模式

1> use master

2> go


本文标签: 生命 数据 命令 跨平台 步骤