`
no_123
  • 浏览: 2043 次
  • 性别: Icon_minigender_2
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

Sybase 15 tips

 
阅读更多
--select next_identity
select next_identity('dbo.TblHNWSwapSuitability')

--fixing identity gap and reset "next_identity" to 1
exec sp_chgattribute 'TblHNWSwapSuitability', 'identity_burn_max', 0,'0'

--create new backup table and dump data to it from original table dynamically

drop table tb_bak

declare @desTb varchar(50)
declare @oTb varchar(50)

set @desTb = 'tb_bak'
set @oTb = 'tb'

execute('insert into '+@a+' select * from '+@b+' where key_date = 200609')
分享到:
评论

相关推荐

    sybase 15x license

    #Sybase Software Asset Management License File. AR License for ASE Small #Business Edition Linux x86-64 64-bit sybaseASE15 AR Small Business Edition Linux x86-64 64-bit

    Centos 安装sybase ASE-15 详细操作步骤

    在本教程中,我们将深入探讨如何在CentOS操作系统上安装Sybase Adaptive Server Enterprise(ASE)15,这是一个高性能的企业级数据库管理系统。以下是安装过程的详细步骤,以及可能遇到的问题和解决方案,以及所需的...

    Linux_x64_sybase15_7_64bit.tar

    linux版的sybase数据库,64位,版本是15.7版本的,可以通过界面安装,企业级版本,数据库稳定。

    Suse11 安装配置sybase15

    "Suse 11 安装配置 Sybase 15.0.3 主要流程" 本文主要介绍了在 Suse 11 操作系统上安装和配置 Sybase 15.0.3 的主要流程。整个安装过程可以分为五个步骤:配置系统参数、建立 Sybase 账户、复制解压 Sybase 安装...

    sybase ase 15 操作指南

    ### Sybase ASE 15 操作指南核心知识点详解 #### 一、Sybase ASE 15 版本介绍 Sybase Adaptive Server Enterprise (ASE) 15 是一款高性能的企业级数据库管理系统,它提供了强大的数据处理能力和高度可靠的安全机制...

    dbx for sybase 15

    《DBX for Sybase 15:连接Sybase数据库的高效解决方案》 在数据库开发领域,选择合适的驱动程序是至关重要的。"dbx for sybase 15" 是一款专为Sybase ASE(Adaptive Server Enterprise)15版本设计的DBXExpress...

    sybase iq 15 64位 window 和linux 安装教程java 链接sybaseiq 分享

    提供sybase win 2008 企业版本,参考内存6G 2.linux centos 6.5 64 位6G内存 3.1安装包获取 linux:链接:https://pan.baidu.com/s/1gf7tJyV 密码:***** 下载可见 window:链接:...

    sybase15错误大全

    ### Sybase 15 错误大全:故障排除与高级解决方案 #### 一、引言 Sybase Adaptive Server Enterprise (ASE) 是一款高性能的企业级数据库管理系统。为了帮助用户更好地理解和解决ASE运行过程中遇到的各种错误,...

    Sybase ASE15数据库调优参数设置

    ### Sybase ASE15数据库调优参数设置 #### 概述 在安装并部署Sybase Adaptive Server Enterprise (ASE) 15之后,为了确保ERP-PS软件能够高效稳定地运行,通常需要对数据库的一些关键参数进行调整。这些参数主要包括...

    Sybase15系统表中文手册

    《Sybase15系统表中文手册》是一份详尽的参考文档,主要针对Sybase Adaptive Server Enterprise 15.0版本的系统表进行了全面的解析和说明。Sybase Adaptive Server Enterprise,简称ASE,是Sybase公司开发的一款高...

    Sybase15系统管理2 中文手册

    ### Sybase 15系统管理2 中文手册知识点解析 #### 一、Sybase Adaptive Server Enterprise 15.0概述 - **版本信息**: 本手册适用于Sybase Adaptive Server Enterprise (ASE) 15.0版本及其后续版本,除非在新版本或...

    Centos 6.2下安装Sybase ASE-15_0

    在本文中,我们将深入探讨如何在CentOS 6.2操作系统上安装Sybase ASE-15_0。Sybase ASE(Adaptive Server Enterprise)是一款高效的企业级关系型数据库管理系统,常用于大型企业环境,提供高性能的数据存储和处理...

    sybase powerdesigner15。1下载地址

    sybase powerdesigner15。1安装文件及类库的下载,安装,破解

    Sybase IQ 官方文档(Sybase参考手册)

    《sybase_IQ_15的安装和配置指南》提供了详尽的步骤来指导用户安装和配置Sybase IQ 15版本。该指南涵盖了硬件和软件需求、安装过程、系统配置、网络设置以及初始化数据库等关键环节。通过这本书,用户可以学习如何...

    sybase12.5简单安装客户端

    标题中的“sybase12.5简单安装客户端”指的是Sybase Adaptive Server Enterprise(ASE)12.5版本的客户端安装程序。Sybase ASE是一款企业级的关系型数据库管理系统,广泛用于数据存储、管理和处理。这个“简单安装...

    Sybase ASE 15.0简体中文技术参考手册.7z

    SybaseASE15.0 Enhanced Full-Text Search Specialty Data Store.pdf SybaseASE15.0 HA_故障切换.pdf SybaseASE15.0 Historical Server用户指南.pdf SybaseASE15.0 Job Scheduler用户指南.pdf SybaseASE15.0 Monitor...

    sybase库中导出全部表的oracle、mysql和sybase的建表语句

    本主题聚焦于从Sybase数据库中导出全部表的建表语句,并转换为Oracle、MySQL和Sybase自身的格式。这样的操作对于跨平台的数据迁移、数据库结构比对以及系统兼容性测试具有很高的实用价值。 首先,让我们深入了解`...

    sybase ase for linux 12.5安装

    Sybase ASE for Linux 12.5 安装指南 本文档旨在指导用户如何在 RedHat AS 5 上安装 Sybase ASE for Linux 12.5。 installation process covers the creation of a Sybase directory, setting up the user and ...

    sybase

    【Sybase 数据库简介】 Sybase 是一款由 Mark B. Hiffman 和 Robert Epstern 在1984年创立的公司所开发的数据库产品,自1987年起正式推出。Sybase 提供了多种操作系统环境下的版本,包括UNIX、Novell Netware 和 ...

Global site tag (gtag.js) - Google Analytics